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
When signaficant amount of data in highly-important features are missing, what can we do? Impute the missing data with mean or median? In this Juyter notebook, I demonstrate embedding a XGBoost model to do the data imputation in the data transformer.
I prepare and build a logistic regression model using Python with this notebook on the Titanic dataset. Tags: Python, Logistic Regression, Titanic dataset, Data prep-rocessing, Machine learning.