Train a classification model
In this exercise, you'll continue working with the weather dataset and train a Random Forest Classifier to predict rainfall.
The preprocess_dataset.py contains helper functions to pre-process the dataset, and train.py contains the training code.
Your task is to execute the pre-processing and training code one after another and generate metrics and output plots. Upon successful execution, metrics.json contents would automatically change to correct values.
NOTE: Use python3 instead of python to run Python scripts.
Diese Übung ist Teil des Kurses
CI/CD for Machine Learning
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten