mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 03:08:01 +00:00
1eaba0c22148357b4c35a6d0d5cca8d140c913f2
0.0 (#23)
* fix(Evaluate): ignore empty data at evaluation time, so we don't inflate the model's performance * refactor(Pipeline): pass in data_loader arguments to the pipeline * feat(Evaluation): added sharpe, sortino, etc * fix: Took out the method to fill NaN numbers with 0s. This way in evaluation we can ignore NaN values. * fix: Fix of the fix added fillna back. Either we root out NaN lines in the very beginning or we stick with the method you created. Co-authored-by: Daniel Szemerey <szemy2@gmail.com>
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)
fix(Evaluate): ignore empty data at evaluation time, add backtesting metrics (sharpe, etc), fixed crash when predicting
0.0 (#23)
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%