Guitheg / mlcf

MLCF - Machine Learning Toolkit for Cryptocurrency Forecasting

Home Page:https://pypi.org/project/mlcf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

standardize fct : KeyError when a feature isn't in dataframe

Guitheg opened this issue · comments

It occurs when we preselect columns in WindowForecastIterator and a column is in input but not in target and there are a standardisation these column. So the target has not the feature and it raise a KeyError.