awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesVisual Model Evaluators

Tools for visually assessing and comparing the performance metrics of trained machine learning models through interactive plots and cross-validation results.

Distinct from Machine Learning Evaluation: Distinct from Machine Learning Evaluation: focuses on the visual, interactive evaluation interface rather than programmatic metric computation.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Visual Model Evaluators. Refine with filters or upvote what's useful.

Awesome Visual Model Evaluators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rasbt/python-machine-learning-bookrasbt का अवतार

    rasbt/python-machine-learning-book

    12,614GitHub पर देखें↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Plots learning curves of accuracies against training set size to determine if more data improves performance.

    Jupyter Notebook
    GitHub पर देखें↗12,614
  • biolab/orange3biolab का अवतार

    biolab/orange3

    5,635GitHub पर देखें↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Ships a visual workbench with interactive model evaluation tools, performance curves, and cross-validation results.

    Python
    GitHub पर देखें↗5,635
  • salesforce/merlionsalesforce का अवतार

    salesforce/Merlion

    4,476GitHub पर देखें↗

    Merlion एक टाइम सीरीज़ मशीन लर्निंग फ्रेमवर्क है जिसे एनोमली डिटेक्शन और फोरकास्टिंग के लिए डिज़ाइन किया गया है। यह टेम्पोरल डेटा स्ट्रीम पर विभिन्न सांख्यिकीय और मशीन लर्निंग मॉडल को लागू करने के लिए एक एकीकृत इंटरफ़ेस प्रदान करता है। इस प्रोजेक्ट में एक बेंचमार्किंग डैशबोर्ड शामिल है जो ऐतिहासिक ग्राउंड ट्रुथ डेटासेट के मुकाबले मॉडलों के विज़ुअल परीक्षण और मूल्यांकन की अनुमति देता है। यह वेब इंटरफ़ेस बिना मैन्युअल कोडिंग के कस्टम डेटासेट पर विभिन्न मॉडलों के प्रयोग को सक्षम बनाता है। यह फ्रेमवर्क आउटलेयर्स की पहचान करने, भविष्य के टाइम सीरीज़ मानों की भविष्यवाणी करने और प्रोडक्शन ट्रेनिंग साइकिल के सिमुलेशन-बेस्ड बैकटेस्टिंग के माध्यम से मॉडल की सटीकता को मापने की क्षमताओं को कवर करता है।

    Allows users to visually assess and compare the performance of various models on custom datasets via a dashboard.

    Pythonanomaly-detectionautomlbenchmarking
    GitHub पर देखें↗4,476
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Evaluation and Analysis
  6. Machine Learning Evaluation
  7. Visual Model Evaluators

सब-टैग एक्सप्लोर करें

  • Model Interpretability VisualizationsVisual representations of internal model structures like decision trees and confusion matrices. **Distinct from Visual Model Evaluators:** Focuses on visualizing the internal structure and logic of a model rather than just its external performance metrics.
  • Training Set Size AnalysisVisualizations that plot model accuracy against the amount of training data used. **Distinct from Visual Model Evaluators:** Focuses specifically on the relationship between data volume and performance, whereas Visual Model Evaluators is a broader category for general metric plots.