Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 762 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 762 Bytes

UsedCarKicksClassification

Imbalanced binary classification with scikit-learn and PyTorch Lightning, on a large dataset of used cars. Comparing logistic regression, SVM and XGBoost trained with class weights, with a neural network trained with focal loss. Performing hyperparameter optimization with Optuna. Assessing model performances with classification metrics & a sensitivity analysis based on a business scenario.

Markdown report
Custom PyTorch Lightning classes & model
Analysis scripts