Adds standardize preprocessor
Adds params to label binarizer preprocessor
Adds kbins_discretizer encoder
Renames normalize_min_max_scaler to min_max_scaler preprocessor
Adds params to min_max_scaler preprocessor
Adds normalizer preprocessor
Fixes label_encoder warning related to the pickling process
Adds max_abs_scaler preprocessor
Renames standardize preprocessor to standard_scaler
Adds robust_scaler preprocessor
Fixes max_abs_scaler and min_max_scaler, params were not being passed in