https://github.com/marcus-24/stock-predictor-feature-store
Creates a feature store to serve stock predictor features for offline batch training and online serving for the model inference service
https://github.com/marcus-24/stock-predictor-feature-store
cronjob feature-engineering feature-store hopsworksai mlops
Last synced: about 1 year ago
JSON representation
Creates a feature store to serve stock predictor features for offline batch training and online serving for the model inference service
- Host: GitHub
- URL: https://github.com/marcus-24/stock-predictor-feature-store
- Owner: marcus-24
- Created: 2025-02-22T23:45:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T16:34:03.000Z (about 1 year ago)
- Last Synced: 2025-05-10T17:33:52.373Z (about 1 year ago)
- Topics: cronjob, feature-engineering, feature-store, hopsworksai, mlops
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Predictor-Feature-Store
This repository uses [Hopsworks](https://www.hopsworks.ai/) as a Feature Store to serve features to the Stock Predictor training pipeline and inference services to keep the feature transformations consistent and reduce redundant feature calculations.
# References
- [Hopsworks Tutorial Github](https://github.com/logicalclocks/hopsworks-tutorials/tree/master)