-
Notifications
You must be signed in to change notification settings - Fork 3
Added plot_metrics multiple comparison Function #35
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This new function allows users to compare performance metrics and hyper parameters for multiple machine learning models in a single plot. It automatically parses JSON outputs, excludes irrelevant keys (e.g., cache_size, random_state), and visualizes only relevant values, making it easier for ML engineers to compare models.
Key Features:
Supports multiple models comparison.
Automatically parses JSON strings into Python dictionaries.
Excludes specific keys like cache_size, random_state, etc.
Provides customizable and clear visualization for metrics like accuracy, precision, recall, etc.
Usage Example:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

