UppuluriKalyani / ML-Nexus

ML Nexus is an open-source collection of machine learning projects, covering topics like neural networks, computer vision, and NLP. Whether you're a beginner or expert, contribute, collaborate, and grow together in the world of AI. Join us to shape the future of machine learning!
https://discord.gg/n2D4RqnU
MIT License
53 stars 96 forks source link

ML Model Monitoring Dashboard (Streamlit + Evidently AI + Pycaret) #363

Open chakka-guna-sekhar-venkata-chennaiah opened 1 week ago

chakka-guna-sekhar-venkata-chennaiah commented 1 week ago

It's important to understand why real-time model monitoring is essential. In the real world, machine learning models are deployed to make predictions, often in real-time. However, these models can degrade over time due to various factors such as changes in data distribution, concept drift, or data quality issues.

Real-time model monitoring is crucial because it helps us:

  1. Detect issues early: By continuously monitoring model performance, we can identify any deviations from the expected behaviour and address them promptly.

  2. Maintain data quality: Ensuring the quality of the data used for predictions is critical to obtaining reliable results.

  3. Understand data drift: Identifying data drift allows us to adapt our models to changing data patterns.

Can I add this project to the suite?

@UppuluriKalyani @Neilblaze @SaiNivedh26

github-actions[bot] commented 1 week ago

Thanks for creating the issue in ML-Nexus!πŸŽ‰ Before you start working on your PR, please make sure to: