mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-29 03:37:45 +00:00
79d84cf0a327aadddf7b6ce6c037f56118ade66d
Model class, SkLearnModel wrapper and StaticMomentumModel (#61)
* feat(Model): added own `Model` class, SkLearnModel wrapper and StaticMomentumModel * fix(Tests): added missing Model variable * fix(Tests): added missing clone method()
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(Data): added feature extractors, and feature extractor presets, removed a bunch of custom arguments from load_data (#42)
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)
refactor(Core): small refactor in the pipeline to streamline classification/regression model handling (#60)
Financial time series prediction models
Installation
Use the conda environment file attached!:)
Description
Languages
Python
85%
Jupyter Notebook
15%