August 2018
Intermediate to advanced
272 pages
7h 2m
English
The typical flow that an ML engineer might follow to develop a prediction model is as follows:
As mentioned in the previous section, the idea of ML is to have an algorithm that is flexible enough to learn the underlying process behind the data. This being said, many classic methods of ML are not strong enough to learn directly from data; they need to somehow prepare the data before using those algorithms.
We briefly mentioned it before, but this process of preparing the data is ...