Tihsrah
Results
4
comments of
Tihsrah
I would like to suggest that we can scale the data directly by using Sklearn.preprocessing scaler=MinMaxScaler() x_train=scaler.fit_transform(x_train) x_val=scaler.transform(x_val) by adding these lines to the training.py file we can easily scale...
What if we first do a "Robust scalar" over the data and then use "Standard Scaler"
Please assign me this under JWOC