Forum Discussion

binitafulpagare's avatar
binitafulpagare
Kudo Collector
1 month ago
Solved

ML Deployment

Hi everyone, I'm learning how organizations move machine learning models from experimentation to production using Microsoft Fabric. For those working in production environments: How do you deploy ...
  • binitafulpagare's avatar
    binitafulpagare
    1 month ago

    Hi nbleonhard,

    Thank you for sharing your real-world experience. It's interesting to see how moving from a local laptop-based workflow to Microsoft Fabric has improved your machine learning process.

    I particularly liked your point about having a dedicated Lakehouse for each ML project. Separating ML workflows from data ingestion while storing reference tables and prediction history in Delta tables seems like a practical approach that also makes collaboration with BI teams much easier.

    I have one question based on your implementation. As the number of ML projects grows, how do you manage shared datasets and reusable features across multiple Lakehouses? Do you maintain a centralized feature repository or rely on OneLake shortcuts to avoid data duplication?

    Thanks again for sharing your experience—it's always valuable to learn from production implementations rather than just theoretical best practices.