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
i'm currentlyx playing around with features and stumbling over the following message:
Train 'high_20_lc'. Algorithm lc. Label: high_20. Train length 525600. Train columns 9
C:\Users\Christian\miniconda3\envs\trading-bot\lib\site-packages\sklearn\metrics\_classification.py:1469: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 due to no predicted samples. Use `zero_division` parameter to control this behavior.
_warn_prf(average, modifier, msg_start, len(result))
Train 'low_20_lc'. Algorithm lc. Label: low_20. Train length 525600. Train columns 9
C:\Users\Christian\miniconda3\envs\trading-bot\lib\site-packages\sklearn\metrics\_classification.py:1469: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 due to no predicted samples. Use `zero_division` parameter to control this behavior.
_warn_prf(average, modifier, msg_start, len(result))
That error appears when i comment out the feature:
Hello,
i'm currentlyx playing around with features and stumbling over the following message:
That error appears when i comment out the feature:
// {"column_prefix": "", "generator": "talib", "feature_prefix": "", "config": {"columns": ["close"], "functions": ["STDDEV"], "windows": [5, 10, 15, 60]}}
Part of my config is:
Any idea what i'm doing wrong?
The text was updated successfully, but these errors were encountered: