What problem does it solve?
It helps you run trustworthy experiments and build production-grade predictive models, while also drawing defensible causal conclusions from data.
Core Features & Use Cases
- Design an A/B test: sample sizing, two-proportion z-tests, confidence intervals, and Bonferroni correction for multiple metrics.
- Build a feature engineering pipeline: imputation, scaling, one-hot encoding, cyclical time features, and leakage-avoidant train/test handling.
- Train, evaluate, and select models: cross-validated evaluation using ROC-AUC and PR-AUC, overfitting diagnostics, and MLflow logging.
- Conduct causal inference (DiD): difference-in-differences estimation with robust standard errors and confidence intervals, including checks like parallel trends.
- Use cases: designing controlled launches, improving classification/regression performance on tabular data, and estimating treatment effects from observational/panel data.
Quick Start
Use the senior-data-scientist skill to design and analyze an A/B test by asking: "Estimate the required sample size for a baseline 10% conversion with a 5% relative lift, then analyze control vs treatment conversions with a two-proportion z-test and report lift, p-value, and a 95% confidence interval."