DataScienceUtils
Model evaluation charts, clustering analysis, and feature statistics
All Skills in This Repository (6)
Pure Emerald Level Indicatorsds-utils-metrics
Analyze and visualize sklearn-compatible model performance with metrics and plots.
ds-utils-unsupervised
Visualize clustering results to evaluate cluster cardinality and magnitude.
ds-utils-strings
Encode comma-separated tags into boolean DataFrame columns and extract significant terms.
ds-utils-preprocess
Visualize feature distributions, correlations, and interactions from data science preprocessing workflows.
ds-utils-xai
Plot feature importances and render DOT-based decision trees for sklearn-compatible models.
ds-utils-transformers
Encode multi-label sets and text into sklearn pipeline features.
Frequently Asked Questions
FAQPage SchemaHow 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โPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web