Predict Income Binary

Project information

  • Developed a logistic regression model to predict binary income brackets (<=50K or >50K) using the Census Income dataset
  • Preprocessed data and applied one-hot encoding to handle missing values and convert categorical variables to numerical format
  • Optimized model performance by tuning hyperparameters and evaluating with AUC, precision-recall and ROC curve graphs
  • Designed by BootstrapMade