Idris Benkhelil
06/21/2023, 6:02 AM[etape 1] > [etape 2] > [if score_etape2 < X ] > [etape4]
> [if score_etape2 >= X ] > [etape5]
Do you have any indication of how I can do this? Or an example of code already implemented?
Thanks in advance.
IdrisMarc Gris
06/21/2023, 9:20 AMIdris Benkhelil
06/21/2023, 10:29 AMDaughter pipeline1: Model Evolution
Cross validation of a model, returns data to tell if the model is valid or not.
Daughter pipeline2: Train
Train and store the model.
Daughter pipeline3: Tuning parameters
Returns new model parameters.
Pipeline mere:
Model Evaluation >
If Model Evaluation > NOK Then Tuning + Train
If Model Evaluation > OK Then Train
Marc Gris
06/21/2023, 2:01 PMIdris Benkhelil
06/22/2023, 5:02 AMJuan Luis
06/22/2023, 11:01 AMIdris Benkhelil
06/22/2023, 11:53 AMMarc Gris
06/22/2023, 3:04 PM