mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
6440ced32c3e91f1541749b104dc3c25ce79bd21
* feat(Tests): added basic unit tests for walk_forward_train_test() * fix(Tests): inherit from BaseEstimator, fix index problems in walk_forward_train_test * fix(WalkForward): predictions were mistakenly removed, oops * fix(WalkForward): mistakenly re-assiging model
feat(WalkForward): added regression/classification switch, archived old experiments, wrapped the process into run_whole_pipeline() (#10)
feat(WalkForward): added regression/classification switch, archived old experiments, wrapped the process into run_whole_pipeline() (#10)
Price prediction models
Installation
Make sure you use keras 2.6.0, otherwise you won't be able to train models.
Description
Languages
Python
85%
Jupyter Notebook
15%