Trading-Bot icon indicating copy to clipboard operation
Trading-Bot copied to clipboard

Data transformations

Open km1414 opened this issue 5 years ago • 0 comments

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

km1414 avatar May 12 '19 10:05 km1414