You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you explain, why in min_max_scale and min_max_scale functions (in helpers/utils.py) all data splits are transformed using fit_transform(), instead of using fit_transform() on training part and transform() on others?
Can you explain, why in min_max_scale and min_max_scale functions (in helpers/utils.py) all data splits are transformed using fit_transform(), instead of using fit_transform() on training part and transform() on others?
https://github.com/RaidasGrisk/Trading-Bot/blob/5b375d80e13923596d0bc902a761dc78e6437ef2/helpers/utils.py#L203
The text was updated successfully, but these errors were encountered: