Cranfield-GDP3 / TACTUS-model

0 stars 0 forks source link

hyper-parameters tuning #3

Closed MarcBresson closed 1 year ago

MarcBresson commented 1 year ago

hyper-parameters tuning:

see how to evaluate models. What metrics ? What should we maximize ?

MarcBresson commented 1 year ago
processed_data_augment_1
-> ut_interaction
   -> 10fps
       -> 0_11_4
          -> 1.json
          -> 2.json
          -> 3.json

Once data augmentation csv is generated, create features with python src/preprocessing_features.py

  1. window size (it is used by the computation of velocity)
  2. angle or not

After the feature file is generated, run the appropriate classifier

  1. Classifier type
  2. Classifier hyperparameters

Save history to evaluate the best model afterall