mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 03:08:01 +00:00
fc4e59a7d2f370141d927b98118d8eae0477e3ca
* feat: Added ensemble models to sweep and configured naming convention. * fix: Default value was misconfigured. * feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping * fix(Sweep): syntax error * chore(Sweep): set sweep names accordingly * fix(Sweep): set sliding window * fix(Sweep): adjusted sweep config * fix(Sweep): removed invalid feature extractor preset Co-authored-by: Mark Aron Szulyovszky <mark.szulyovszky@gmail.com>
refactor(Project): move out load_data to utils, rename fetch_data to
run_fetch_data, got classifiers to work (#38)
refactor(Project): move out load_data to utils, rename fetch_data to
run_fetch_data, got classifiers to work (#38)
refactor(Project): move out load_data to utils, rename fetch_data to
run_fetch_data, got classifiers to work (#38)
feat(Config): feature extractors are enabled one-by-one with a bool, added previous model to model.fit() (#77)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
feat(Config): feature extractors are enabled one-by-one with a bool, added previous model to model.fit() (#77)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
feat(Models): added
debug_future_lookahead, sped up LogisticRegression & DecisionTreeClassifier (#74)
feat(Core): ensemble models, correct forward returns calculation, scaling, only train from when asset returns are available, major bug fixed in walk_forward_train_test (#35)
refactor(Project): move out load_data to utils, rename fetch_data to
run_fetch_data, got classifiers to work (#38)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
Financial time series prediction models
Installation
Use the conda environment file attached!:)
Description
Languages
Python
85%
Jupyter Notebook
15%