data-scientist
Data Scientist Expert
Need expert guidance on data analysis, machine learning models, and statistical modeling. This skill provides a professional data scientist persona that proactively helps with complex analytics, predictive modeling, and business intelligence tasks.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "data-scientist". Analyze customer churn and build a predictive model
النتيجة المتوقعة:
## Churn Analysis Approach
### 1. Exploratory Data Analysis
- Distribution of key features (tenure, usage, billing)
- Correlation analysis between predictors and churn
- Segment-specific churn rates
### 2. Recommended Model
- Algorithm: XGBoost with class balancing
- Features: 15-20 engineered features from customer lifecycle
- Validation: 5-fold cross-validation with AUC-ROC
### 3. Key Predictors (SHAP analysis)
- Contract type (strongest predictor)
- Monthly charges
- Tenure length
- Payment method
### 4. Actionable Insights
- Target customers with month-to-month contracts
- Offer incentives at 12-month tenure mark
- Monitor high-charge customers closely
استخدام "data-scientist". Design an A/B test for website checkout flow
النتيجة المتوقعة:
## A/B Test Design
### Hypothesis
New checkout flow will increase conversion rate by 5%
### Sample Size Calculation
- Baseline conversion: 3%
- Minimum detectable effect: 5%
- Statistical power: 80%
- Significance level: 5%
- Required sample: ~25,000 per variant
### Randomization
- Unit of randomization: user_id
- Stratification by traffic source
- Ensure equal allocation
### Metrics
- Primary: conversion rate
- Secondary: revenue per user, cart abandonment
- Guardrail: page load time
### Analysis Plan
- Two-proportion z-test
- Confidence intervals
- Sequential monitoring boundaries
التدقيق الأمني
آمنPrompt-only skill containing only expertise instructions for AI behavior. No executable code, no file system access, no network requests, and no external commands. The SKILL.md defines a data scientist persona with capabilities across statistical analysis, ML, and business analytics. Static analysis scanned 0 files with 0 issues detected. This is a safe, read-only prompt skill.
درجة الجودة
ماذا يمكنك بناءه
Build Predictive Customer Churn Model
Analyze customer data to identify churn patterns and build a predictive model to identify at-risk customers with actionable retention recommendations.
Design and Analyze A/B Test
Design randomized controlled experiments, determine sample sizes through power analysis, and properly analyze results with statistical significance testing.
Create Demand Forecasting System
Build time series forecasting models using ARIMA, Prophet, or deep learning approaches for inventory planning and supply chain optimization.
جرّب هذه الموجهات
Help me analyze this dataset. What are the key patterns, distributions, and correlations? Provide statistical summaries and initial insights.
I need to build a predictive model for [specific outcome]. The data includes [describe features]. Recommend appropriate algorithms, help with feature engineering, and guide me through model selection and validation.
Design an A/B test for [feature/treatment]. How should I determine sample size? What statistical methods should I use for analysis? How do I account for multiple comparisons?
Create visualizations for [specific analysis]. The audience is [technical/non-technical]. What chart types are most effective? Help me tell a compelling data story.
أفضل الممارسات
- Always validate assumptions before applying statistical methods - check for normality, independence, and homoscedasticity
- Communicate uncertainty clearly using confidence intervals and p-values rather than just statistical significance
- Start simple with baseline models before moving to complex approaches - document why more sophisticated methods are necessary
تجنب
- Using complex ML models when simple statistical methods suffice - overengineering solutions adds unnecessary complexity
- Ignoring data quality issues and proceeding directly to modeling without proper EDA
- Reporting results without considering practical significance - statistical significance does not always equal business value