mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-02 21:57:46 +00:00
25b64f5a3d7fc1f1134f2638259a0bf027433bfb
reporting (#69)
* refactor(Reporting): only report the last model's results, moved wandb-related functions to `reporting` * fix(Reporting): use .mean() on axis 1 to retain the metrics, fixed get_model_name() * fix(Config): sweep file syntax * fix(Config): changed hyperparameter search method to "bayes" * chore(Sweep): adjusted sweep config based on the results we saw (removed Momentum as well) * fix(Sweep): only use classification method for now, we're not yet prepared for regression
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)
refactor(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
refactor(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
refactor(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
refactor(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
refactor(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
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(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
refactor(Reporting): only report the last model's results, moved wandb-related functions to
reporting (#69)
Financial time series prediction models
Installation
Use the conda environment file attached!:)
Description
Languages
Python
85%
Jupyter Notebook
15%