data-scientist

Guides statistical analysis, machine learning modeling, and data-driven business analytics workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides structured expert guidance for data science work, helping you choose the right statistical methods, machine learning algorithms, and visualization approaches instead of guessing which technique fits your data and business question. ## Core Features & Use Cases - Statistical Analysis & Experimentation: Covers hypothesis testing, A/B testing, causal inference, time series forecasting, and Bayesian modeling with tools like PyMC3 and Stan. - Machine Learning & Modeling: Guides supervised and unsupervised learning, deep learning with PyTorch/TensorFlow, hyperparameter tuning with Optuna, and model interpretability with SHAP and LIME. - Business Analytics: Supports marketing analytics (CLV, churn, attribution), financial analytics (credit risk, fraud detection), and operations analytics (demand planning, predictive maintenance). - Use Case: Ask it to analyze customer churn patterns and it will walk you through exploratory analysis, feature engineering, model selection, validation, and how to communicate findings to stakeholders. ## Quick Start Ask the data scientist skill to analyze customer churn patterns and build a predictive model to identify at-risk customers.

Frequently Asked Questions about data-scientist

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

FAQPage Schema
How do I build a customer churn prediction model?▼

Start with exploratory data analysis to profile churn patterns, then engineer features from customer behavior and apply models like logistic regression, random forests, or XGBoost. Validate with cross-validation and interpret results using SHAP to identify the strongest churn drivers.

How to design and analyze an A/B test with proper statistics?▼

Define the hypothesis and minimum detectable effect, run a power analysis to size the sample, then randomize and measure. Analyze results with significance testing, confidence intervals, and guard against false discoveries when testing multiple metrics.

Should I use XGBoost or a neural network for tabular data?▼

Gradient-boosted trees like XGBoost and LightGBM typically outperform neural networks on structured tabular data and require less tuning. Deep learning with PyTorch or TensorFlow is better suited for unstructured data such as text, images, and sequences.

Does this approach cover causal inference beyond correlation?▼

Yes, it covers causal inference methods including difference-in-differences, instrumental variables, propensity score matching, and synthetic control. These techniques estimate treatment effects when randomized experiments are not feasible.

What are the limitations of machine learning models in production?▼

Models degrade due to data drift and shifting business conditions, so they require monitoring, drift detection, and retraining pipelines. Statistical accuracy alone is insufficient without validation against business impact and fairness considerations.