You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project predicts credit scores ('Good', 'Standard', 'Poor') using a streamlined ML pipeline. It includes data extraction, cleaning, and preprocessing. Key techniques are Mutual Information for feature selection, PCA for dimensionality reduction, and XGBoost for accurate and efficient model training, ensuring reliable and robust predictions.
6th Project for the Post Graduate Programme in Data Science and Business Analytics at the University of Texas at Austin - Model Tuning (GridSearchCV & RandomizedSearchCV)