From 883d691868fa3aea8bcf6074e0668f0c29a3362a Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 14 Mar 2024 11:31:42 +0000 Subject: [PATCH] feat(forest-prediction): substitute broken link --- subjects/ai/forest-prediction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ai/forest-prediction/README.md b/subjects/ai/forest-prediction/README.md index 24e566e40..dc59d17a3 100644 --- a/subjects/ai/forest-prediction/README.md +++ b/subjects/ai/forest-prediction/README.md @@ -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