mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
a9b05dbd429295011e6ec9dea76cdbfe2e39f04d
* fix(Reporting): use weighted average (with no_of_samples as weights) and only report level-1 OR level-2 model performance * chore(Config): updated sweep config * fix(Reporting): missing import * fix(Evaluation): get_first_valid_return_index can deal with zero valid indexes * fix(Training): increase threshold for skipping assets * fix(DataLoader): target asset should be always the first column
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)
fix(Reporting): use weighted average (with no_of_samples as weights) and only report level-1 OR level-2 model performance (#91)
fix(Reporting): use weighted average (with no_of_samples as weights) and only report level-1 OR level-2 model performance (#91)
fix(Reporting): use weighted average (with no_of_samples as weights) and only report level-1 OR level-2 model performance (#91)
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)
fix(Reporting): use weighted average (with no_of_samples as weights) and only report level-1 OR level-2 model performance (#91)
feat(Sweep): separated level-1 and level-2 sweep configs, skip assets with too few samples to train on, simplified model mapping (#84)
fix(Reporting): use weighted average (with no_of_samples as weights) and only report level-1 OR level-2 model performance (#91)
Financial time series prediction models
Installation
Use the conda environment file attached!:)
Description
Languages
Python
85%
Jupyter Notebook
15%