Trading-Bot
Trading-Bot copied to clipboard
Data transformations
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