July 2018
Intermediate to advanced
334 pages
8h 20m
English
The following diagram depicts a DataFrame block that progresses through a transformation process into the FeatureVector creation block. A Feature Vector and an unindexed label (not shown in the following diagram for simplicity) make up a new (transformed) DataFrame. The FeatureVector creation block (or stage) is a precursor to Classifier Model creation. The last block is a Prediction stage where predictions are generated.
This is a succinct description of what is to be implemented in the code later:

The preceding diagram makes no mention of splitting the DataFrame[Feature ...
Read now
Unlock full access