asavinov / intelligent-trading-bot

Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering
https://t.me/intelligent_trading_signals
MIT License
803 stars 179 forks source link

Model Training #21

Closed imsatoshi closed 1 year ago

imsatoshi commented 1 year ago

Thanks for your work! Any advices for model training? I performed training but got score around zero.

asavinov commented 1 year ago

Model training is a difficult and time consuming part. You could start from something really simple (for example, use the sample config from the project) and then make it more complicated and vary various parameters.

imsatoshi commented 1 year ago

ok, thanks!