data-science

Perform exploratory data analysis, statistical testing, and predictive modeling on tabular datasets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Samuelca6399/AbsolutelySkilled --skill data-science-samuelca6399
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-science
Source: https://github.com/Samuelca6399/AbsolutelySkilled/tree/main/skills/data-science
Command: npx skills add https://github.com/Samuelca6399/AbsolutelySkilled --skill data-science-samuelca6399

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you turn messy datasets into clear, statistically grounded conclusions by guiding exploratory analysis, hypothesis testing, visualization, and predictive modeling with attention to rigor and common pitfalls.

Core Features & Use Cases

  • Exploratory Data Analysis (EDA): Profile datasets, inspect missingness, examine distributions, and visualize correlations to reveal structure before modeling.
  • Statistical Inference & Hypothesis Testing: Choose appropriate tests, check assumptions, and interpret results using effect sizes and confidence intervals.
  • Predictive Modeling With Guardrails: Build models with correct train/test splitting and prevent feature leakage during feature engineering and preprocessing.

Quick Start

Ask your AI coding agent to analyze a new dataset by requesting an end-to-end EDA plan, including initial profiling, key plots, and recommended next statistical tests.

Frequently Asked Questions about data-science

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What does exploratory data analysis with pandas involve?

Exploratory data analysis with pandas involves profiling datasets, inspecting missingness, examining distributions, and visualizing correlations to reveal structure before modeling.

How do I choose the right statistical test for hypothesis testing?

Hypothesis testing requires choosing appropriate tests, checking assumptions, and interpreting results using effect sizes and confidence intervals to ensure rigorous statistical inference.

How do I prevent feature leakage during predictive modeling?

Prevent feature leakage during predictive modeling by applying correct train/test splitting and ensuring feature engineering and preprocessing occur only on training data.

What's the best way to analyze A/B testing results?

Analyze A/B testing results by applying correct experimentation practices, checking statistical assumptions, and interpreting effect sizes and confidence intervals to derive reproducible insights.

Can I use matplotlib and seaborn for data visualization during EDA?

Yes, matplotlib and seaborn are used for data visualization during EDA to profile datasets, examine distributions, and visualize correlations before predictive modeling.

Why does my predictive model perform poorly on new data?

Predictive models perform poorly on new data when feature leakage occurs during preprocessing, or when train/test splitting is incorrect, violating modeling guardrails.