Views
No views yet
Note: This model is not currently deployed or downloadable due to data privacy constraints. This repository shares the modeling approach, evaluation strategy, and relevant pipeline components for reproducibility and educational use.
scikit-learnscikit-learn, pandas, numpyimbalanced-learn, matplotlib, seaborn1├── model/
2│ ├── split_SMOTE_crossval.py # ML model executed on Snowflake
3│ └── snowflake_model_evaluation.py # Model evaluation and visualization
4├── predictions_analyzed/ # Post-modeling analysis
5│ ├── predictions_analyzed.ipynb # Model concurrence evaluation
6├── requirements.txt
7└── README.md