Metadata-Version: 2.1
Name: eventclf
Version: 0.0.5
Summary: An event classification package by Vinicius Monteiro de Lira
Author: Cris Vini
Author-email: cristina.muntean@isti.cnr.it
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Event attendance prediction classifier

Code for answering the following RQ:
- RQ1. How accurate is our event attendance prediction classifier?
  ```
  from eventclf.evaluate_models import eval_model
  eval_model(path_to_results_file)
  ```
- RQ2. What features groups help most to attain high prediction accuracy?
  ```
  from eventclf.evaluate_features import run_feat_analysis
  run_feat_analysis(path_to_results_file)
  ```
  
Find the results in the results folder.
