data-science

Provide Python code for statistical modeling, A/B testing, and feature engineering.

7|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/eyadsibai/ltk --skill data-science-eyadsibai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-science
Source: https://github.com/eyadsibai/ltk/tree/main/plugins/ltk-data/skills/data-science
Command: npx skills add https://github.com/eyadsibai/ltk --skill data-science-eyadsibai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance and code examples for complex data science tasks, enabling users to perform statistical modeling, design experiments, and analyze data effectively.

Core Features & Use Cases

  • Experiment Design: Frameworks for A/B testing, including sample size calculation and significance analysis.
  • Feature Engineering: Python code for creating temporal, aggregation, and ratio-based features.
  • Model Evaluation: Tools for robust model assessment using cross-validation.
  • Causal Inference: Implementation of propensity score matching for causal analysis.

Quick Start

Use the data-science skill to calculate the required sample size for an A/B test with a baseline conversion rate of 5% and a minimum detectable effect of 10%.

Frequently Asked Questions about data-science

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

FAQPage Schema
How do I calculate sample size for an A/B test with a 5% baseline conversion rate?

To calculate A/B test sample size, you apply experiment design frameworks using your baseline conversion rate and minimum detectable effect. This Skill provides executable Python code to compute the exact statistical requirements for significance analysis.

What is the best way to create temporal and aggregation features in pandas?

The best way to create features in pandas is using dedicated feature engineering scripts. This Skill provides Python code for generating temporal, aggregation, and ratio-based features to prepare data for predictive modeling.

How does propensity score matching work for causal inference?

Propensity score matching works by statistically pairing subjects to isolate causal effects from observational data. This Skill implements causal inference techniques to estimate the impact of treatments while controlling for confounding variables.

Can I use scikit-learn for robust model evaluation with cross-validation?

Yes, you can use scikit-learn for robust model evaluation. This Skill provides tools and Python code to perform cross-validation, ensuring your statistical modeling and predictive workflows are accurately assessed.

Do I need advanced statistical knowledge to design experiments and analyze significance?

Advanced statistical knowledge helps, but this Skill provides comprehensive guidance and executable code for experiment design. It covers A/B testing, sample size calculation, and significance analysis to facilitate data analysis workflows.