idanmoradarthasidanmoradarthasCommunityยท6 Agent Skills Included

DataScienceUtils

Model evaluation charts, clustering analysis, and feature statistics

Generates confusion matrices, ROC and Precision-Recall curves, learning curves, and error analysis reports for sklearn models. Visualizes feature distributions, correlations, cluster quality, and decision tree importance without writing boilerplate plotting code. Includes pipeline-ready transformers for multi-label encoding and sentence embeddings to speed up data science workflows.
npx skills add idanmoradarthas/DataScienceUtils --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install DataScienceUtils?โ–ผ

Run `npx skills add idanmoradarthas/DataScienceUtils --all -g -y` in your terminal to install all skills in this suite globally.

How to plot a confusion matrix in Python?โ–ผ

Call plot_confusion_matrix with your true labels, predictions, and class labels to get a ready-made chart with accuracy, F1, and error rates.

How to find the optimal number of clusters?โ–ผ

Use plot_loss_vs_cluster_number to chart K-Means loss across a range of k values and pick the elbow point visually.

Does DataScienceUtils work with sklearn pipelines?โ–ผ

Yes. It includes sklearn-compatible transformers for multi-label binarization and sentence embeddings that support get_feature_names_out and pandas output.

Can I visualize feature importance for my model?โ–ผ

Yes. The plot_features_importance function renders a ranked bar chart for any tree-based model that exposes feature_importances_.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’