🧪 Skills
Ml Metrics Analyser
Calculates classification and regression metrics like accuracy, F1-score, RMSE, and provides confusion matrix to evaluate ML model performance.
v1.0.0
Description
Machine Learning Metrics Analyser
Calculates and analyzes common performance metrics for machine learning models, helping you evaluate model quality and generalization.
Features
- Classification Metrics: Accuracy, Precision, Recall, F1-Score
- Regression Metrics: RMSE, MAE, R-Squared
- Confusion Matrix: Visualize model performance on individual classes
Pricing
- Price: 0.001 USDT per API call
- Payment: Integrated via SkillPay.me
Use Cases
- Evaluating model performance
- Comparing different algorithms
- Monitoring model drift
Example Input
{
"y_true": [1, 0, 1, 1],
"y_pred": [1, 0, 0, 1]
}
Example Output
{
"success": true,
"accuracy": 0.75,
"f1_score": 0.8,
"message": "Performance metrics calculated successfully."
}
Integration
This skill is integrated with SkillPay.me for automatic micropayments. Each call costs 0.001 USDT.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!