Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

DataScienceUtils

DataScienceUtils 收录了来自 idanmoradarthas 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
37
更新
2026-05-21
Forks
8
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ds-utils-preprocess
数据科学家

Provides data preprocessing visualization and statistical correlation methods. Use when the user asks to visualize feature distributions, wants to plot correlation matrices or dendrograms, explore feature interactions, or needs to calculate mutual information or label-based statistics in a Python data science project using sklearn-compatible models.

2026-05-21
ds-utils-metrics
数据科学家

Provides evaluation metrics and visualization charts for machine learning models. Use when the user asks to evaluate a model, wants to plot a confusion matrix, ROC curve, or Precision-Recall curve, needs to analyze learning curves, probability distributions, or error analysis in a Python data science project using sklearn-compatible models.

2026-05-02
ds-utils-transformers
数据科学家

Sklearn pipeline transformers for multi-label binarization and sentence embeddings. Use when the user needs MultiLabelBinarizer in a Pipeline, ColumnTransformer, or set_output(transform="pandas"), or when integrating sentence-transformers models into sklearn pipelines for NLP tasks.

2026-04-18
ds-utils-xai
数据科学家

Provides Explainable AI (XAI) tools to interpret machine learning models. Use when the user asks to visualize feature importance for tree-based models, needs to explain which features drive model decisions, wants to render or draw a decision tree diagram, or needs to convert a Graphviz DOT string into a matplotlib figure in a Python data science project using sklearn-compatible models.

2026-04-08
ds-utils-strings
数据科学家

Provides string manipulation and text analysis functions for DataFrames. Use when the user asks to one-hot encode comma-separated tags into boolean columns, or needs to extract statistically significant terms from a subset of text documents in a Python data science project.

2026-03-31
ds-utils-unsupervised
数据科学家

Provides evaluation and visualization for unsupervised learning and clustering. Use when the user asks to plot cluster cardinality, wants to visualize cluster magnitude, compare magnitude versus cardinality to find anomalies, or needs to determine the optimal number of clusters in a Python data science project using sklearn-compatible models.

2026-03-31