What problem does it solve? Building an anti-money-laundering risk scoring model requires a full ML pipeline: dataset acquisition, feature engineering, model training, and evaluation. This Skill automates that entire workflow for the SENTINEL decentralized AML protocol. ## Core Features & Use Cases - Dataset Preparation: Downloads the Elliptic dataset if not present and performs preprocessing with feature engineering across 5 risk dimensions. - Model Training & Evaluation: Trains an XGBoost classifier with 5-fold cross-validation and computes precision, recall, F1, and AUC-ROC metrics. - Export & Testing: Exports the trained model as a pickle file and runs the pytest test suite. - Use Case: A developer working on the SENTINEL protocol needs a fresh AML scoring model after updating features; invoke this Skill to retrain, evaluate, and export the model in one step. ## Quick Start Train the AML model on the Elliptic dataset and export the evaluated XGBoost model as a pickle file.