ai-ml-data-science

Featured

ML and data science workflows - EDA, feature engineering, modelling, evaluation, and production handoff. Use when exploring data or building models.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Data Science Engineering Suite Use this skill for reproducible data-science work from problem framing through evaluation and handoff. The center of gravity is not "pick the fanciest model." It is framing the decision, building train-serve-safe features, and producing decision-ready evidence. ## ASCII Flow ```text data question | v problem framing target + unit of analysis + leakage risks + decision/use case | v data work source checks + EDA + feature logic + split strategy + baseline | v model/evidence train or analyze + validate + interpret + quantify uncertainty | v handoff report, notebook, model candidate, or production path to MLOps ``` ## Quick Reference | Need | Default Direction | |------|-------------------| | reproducible Python workflow | `uv` plus scripts or git-friendly notebooks (marimo for reactive/diffable notebooks) | | fast local analysis | DuckDB plus Polars (v1.x stable API as of 2026; pre-1.0 API-churn concerns no longer apply) | | data contracts | Pandera or GX Core at dataset boundaries | | tabular baseline | linear or logistic model plus tree-based candidate | | feature engineering | explicit train-serve-safe transforms | | tuning | Optuna only after the baseline is stable | | evaluation | slices, threshold, calibration, uncertainty | | handoff | model card, evaluation report, failure modes, monitoring expectations | ## When To Use This Skill - exploring datasets and checking modelling feasibility - designing feature pi...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category