- Training, testing, and development datasets:
signatures_cedar/full_forgsignatures_cedar/full_org
- Unseen testing datasets:
signatures_cedar/unseen_data_for_testing/unseen_forgsignatures_cedar/unseen_data_for_testing/unseen_org
The following libraries are required:
- numpy:
pip install numpy - OpenCV:
pip install opencv-python - matplotlib:
pip install matplotlib - joblib:
pip install joblib - scikit-image:
pip install scikit-image - scikit-learn:
pip install scikit-learn - seaborn:
pip install seaborn - tabulate:
pip install tabulate - memory_profiler:
pip install memory_profiler
Run the following scripts to save each model:
saveadaboostmodel.pySVM.pyrandom_forest.pylogistic_regression.pyknn.py
Execute the script to generate individual model probabilities and ensemble method probability:
python newensemble.py
To evaluate the performance metrics of the models, run:
python testModelEvaluation.py