stress_at_work_analysis/machine_learning
Primoz 10ca47583c Implement feature selection methods (WIP). 2023-04-14 17:20:22 +02:00
..
config
__init__.py
classification_models.py Add a script for two class train test split clustering classification. 2022-11-25 14:44:11 +01:00
cross_validation.py Add a CrossValidation module with all the required methods. 2023-02-23 10:40:17 +01:00
feature_selection.py Implement feature selection methods (WIP). 2023-04-14 17:20:22 +02:00
features_sensor.py Add export capabilities to labels.py. 2021-09-15 15:36:36 +02:00
helper.py Define classification models method. 2022-12-08 10:00:14 +01:00
labels.py [WIP] Fix tests to use pyprojroot. 2021-10-29 12:07:12 +02:00
model.py Document the SensorFeatures class and its __init__ method. 2021-09-13 17:43:47 +02:00
pipeline.py
preprocessing.py Clean and fix Preprocessing module. 2023-02-23 10:40:58 +01:00