원클릭으로
data-science
Data science methodology — EDA, feature engineering, model selection, evaluation metrics, and production ML patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Data science methodology — EDA, feature engineering, model selection, evaluation metrics, and production ML patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Financial analysis expertise — ratio analysis, valuation, risk assessment, budgeting, forecasting, and investment evaluation frameworks.
Deep BoxLang language expertise. Inject this skill whenever the user asks about BoxLang syntax, modules, BIFs, or runtime behaviour.
BoxLang code review guidelines. Load this skill when asked to review, audit, or critique code for correctness, style, or best practices.
Security review for BoxLang and web applications. Load this skill when asked to review code for vulnerabilities, injection risks, or insecure patterns.
| name | data-science |
| description | Data science methodology — EDA, feature engineering, model selection, evaluation metrics, and production ML patterns. |
Every dataset should go through:
| Problem Type | Try First | Also Consider |
|---|---|---|
| Classification | XGBoost / LightGBM | Logistic Regression, RF |
| Regression | XGBoost / LightGBM | Ridge, ElasticNet, SVR |
| Time Series | Prophet, ARIMA | LSTM, N-BEATS, TFT |
| Clustering | K-Means | DBSCAN, Hierarchical |
| NLP | Fine-tuned LLM | TF-IDF + LR, FastText |
| Recommendation | Matrix Factorisation | Neural CF, Two-Tower |
Before shipping a model: