Income Level Prediction using R

Comparing R models for predicting income categories.

What I did

I compared several income-classification methods in R as a learning project.

Result: The repository includes the original IncomeLevelPrediction.R script.

Tools

  • R
  • Logistic regression
  • Random forest
  • SVM

This is an exploratory learning project, not a validated accuracy benchmark or a deployed decision system.

Technical details

Independent learning project · Historical R code

Different classification models can give different results on the same data.

  • Explore the input data and income categories.
  • Fit logistic regression, decision trees, random forests, and a linear SVM.
  • Compare the model outputs.

Image viewer

100%