mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
1042c8233396472a18b30332ebf52bfbf1f3a50f
fix(FeatureExtractor): use a rolling z-score instead of StandardScaler with unavoidable lookahead bias (#146)
fix(FeatureExtractor): use a rolling z-score instead of StandardScaler with unavoidable lookahead bias (#146)
feat(Inference): Inference now runs on the entire pipeline, only train/predict one asset, adjust trading costs (#173)
refactor(Project): removed regression method (we can still use regression models, but we'll need map them to classification later) (#182)
feat(Transformations): replaced feature selection pre-processing step with online version (with cache) (#170)
refactor(Naming): use new convention, added Ensemble model parameter back, support multiple Meta-Labeling models (#132)
refactor(Naming): use new convention, added Ensemble model parameter back, support multiple Meta-Labeling models (#132)
Financial time series prediction
And end-to-end pipeline to train predictive Machine Learning models on financial (non-stationary, regime changing) time series. Includes feature selection and meta labelling.
Description
Languages
Python
85%
Jupyter Notebook
15%