Training_Set = Training_Set.values
sc = MinMaxScaler(feature_range=(0, 1))
Train = sc.fit_transform(Training_Set)
AttributeError Traceback (most recent call last)
<ipython-input-38-46db85ef43d1> in <module>
----> 1 Training_Set = Training_Set.values
2 sc = MinMaxScaler(feature_range=(0, 1))
3 Train = sc.fit_transform(Training_Set)
AttributeError: 'numpy.ndarray' object has no attribute 'values'
If you want to unleash your potential in this competitive field, please visit the Machine Learning course page for more information, where you can find the Machine Learning tutorials and Machine Learning frequently asked interview questions and answers as well.