produvia / kryptos

Kryptos AI is a virtual investment assistant that manages your cryptocurrency portfolio
http://twitter.com/kryptos_ai
MIT License
48 stars 8 forks source link

Statistical Indicators #22

Open slavakurilyak opened 6 years ago

slavakurilyak commented 6 years ago

Goal

As a developer, I want to implement nonlinear regression models, so that I can develop statistical indicators.

Consider

slavakurilyak commented 6 years ago

@bukosabino We can build a statistical model to predict the trendline for daily and non-daily data using prophet (see above). Then, we can create an ensemble model (combining the prophet model with a machine learning model) or use the prophet model as a feature for the machine learning model.

bukosabino commented 6 years ago

I have a lot of problems to integrate fbprophet on the system: https://github.com/enigmampc/catalyst/issues/388

I'm not alone: https://github.com/enigmampc/catalyst/issues/269

They need update pandas version as soon as possible!