# Scikit-learn Experiment Random Forest classification project using scikit-learn. ## Usage ```bash python train.py --n_estimators 100 --output_dir ./results ``` ## Results Results are saved in JSON format with accuracy and model metrics.