Home Ownership Classification with SVM
- Tejaswi Rupa Neelapu
- Apr 20
- 1 min read
Tags: SVM | Classification | Python | Scikit-learn
Link: GitHub
đ Overview
Predicted home ownership status based on census variables using SVMs with different kernel functions.
â Key Questions
What demographic traits influence home ownership?
How do kernel types impact classification performance?
đ§Ş Methodology
Built Linear, Radial, and Polynomial SVM models
Tuned hyperparameters using grid search
đ Results
Best accuracy: 83.48%Â (Radial Kernel)
Most influential features: bedrooms, age, household size
Komentarze