July 2018
Intermediate to advanced
474 pages
13h 37m
English
While we did use MinMaxScaler from sklearn, it is also important to understand that there is also a MinMaxScaler function that is available directly through pyspark.ml.feature. It works exactly the same way by rescaling each feature to a value between 0 and 1. Had we used a machine learning library natively through PySpark in this chapter to make our prediction, we would have used MinMaxScaler from pyspark.ml.feature.
Read now
Unlock full access