3. Methodology for implementing a machine learning model
SCROLL TO TOP
3.1.1 Learning
The first step is to train an algorithm with its default hyperparameters. To do this, simply take 70% or 80% of the data set for training and keep the rest for testing. This distribution depends on the size of the available dataset: you need to have enough data for training, while keeping a dataset of an acceptable size for testing, and therefore for checking the model's generalization capacity.
Box 14 – Initial training...
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
Methodology for implementing a machine learning model