NotFittedError in Flask (sklearn.exceptions.NotFittedError: This StandardScaler instance is not fitted yet.)
I know there are several questions regarding the not-fitted error. But my problem was even I used Joblib and dump to save my custom model and tried to run the model on Flask it gave me an error.