feat(forest-prediction): substitute broken link

This commit is contained in:
nprimo 2024-03-14 11:31:42 +00:00 committed by Niccolò Primo
parent c4edd02d3e
commit 883d691868
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ DATA
- Test (last day) accuracy > **0.65**. Test set (0). Write the result in the `README.md`
- Display the confusion matrix for the best model in a DataFrame. Precise the index and columns names (True label and Predicted label)
- Plot the learning curve for the best model
- Save the trained model as a [pickle](https://www.datacamp.com/community/tutorials/pickle-python-tutorial) file
- Save the trained model as a [pickle](https://docs.python.org/3/library/pickle.html) file
> Advice: As the grid search takes time, I suggest to prepare and test the code. Once you are confident it works, run the gridsearch at night and analyse the results