Hello, I'm wondering in what cases is it needed to use the following ones on my script: MinMaxScaler, CalibratedClassifierCV and GridSearchCV (without it slowing too much the load time of the script).
My first guess is that we don't need MinMaxScaler; we just need to use GridSearchCV once for each dataset and use CalibratedClassifierCV to check where the log loss is lower (either on not calibrated, sigmoid or isotonic)
Also if you have any more suggestions to improve the results of my predict_proba output, I'll be really thankful