Open
Description
Remove the custom scaler and use scikit-learn MinMaxScaler with (-1, 1) instead.
from sklearn.preprocessing import MinMaxScaler
Remove the custom scaler and use scikit-learn MinMaxScaler with (-1, 1) instead.
from sklearn.preprocessing import MinMaxScaler