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 applies Microsoft's InterpretML library to analyze Titanic survival data using two ML models: the Explainable Boosting Machine (EBM), a fully transparent glassbox model, and Random Forest, a blackbox model. The EBM allows each prediction to be traced back to specific features such as gender, age, and passenger class.