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,614在 GitHub 上查看↗

    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,635在 GitHub 上查看↗

    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,476在 GitHub 上查看↗

    Merlion is a time series machine learning framework designed for anomaly detection and forecasting. It provides a unified interface for implementing and applying various statistical and machine learning models to temporal data streams. The project includes a benchmarking dashboard that allows for the visual testing and evaluation of models against historical ground truth datasets. This web interface enables the experimentation of different models on custom datasets without manual coding. The framework covers capabilities for identifying outliers, predicting future time series values, and mea

    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.