Hi all,
I’m curious about how others are managing features for their machine learning models within Foundry. We’re looking to create a feature store and would appreciate any best practices you can share.
I noticed that feature stores are mentioned in this PDF, but it seems to mainly reference the ontology as a feature store.
From my understanding, a dedicated feature store offers several capabilities that might not be fully covered by Foundry’s ontology and data pipelines, such as:
- Feature Versioning: Tracking changes to features over time for reproducibility.
- Feature Discovery and Reusability: A centralized repository for easy discovery and reuse of features.
- Online and Offline Feature Serving: Support for both real-time and batch feature serving.
- Feature Monitoring and Governance: Tools for monitoring feature quality, performance, and compliance.
- Integration with ML Pipelines: Seamless integration with machine learning workflows.
- Scalability and Performance: Optimized for handling large volumes of data and high-throughput serving.
Any insights or experiences with feature management in Foundry would be greatly appreciated!
Thanks!