An open API service indexing awesome lists of open source software.

https://github.com/farheenb/suv-buyers-classification-in-python

Performed Classification on non-linearly separable datasets of SUV Buyers. Modeled all the classification techniques available to find the best algorithm that classify whether a person will buy a SUV or not. Used k-Fold Validation for all the techniques. Model Accuracy on test set are: Logistic Regression-89.00% KNN- 93.00% SVM-90.00% Kernel SVM-93.00%, Naive Bayer's-90.00%, Decision Tree-91.00%, Random Forest-91.00%
https://github.com/farheenb/suv-buyers-classification-in-python

Last synced: 7 months ago
JSON representation

Performed Classification on non-linearly separable datasets of SUV Buyers. Modeled all the classification techniques available to find the best algorithm that classify whether a person will buy a SUV or not. Used k-Fold Validation for all the techniques. Model Accuracy on test set are: Logistic Regression-89.00% KNN- 93.00% SVM-90.00% Kernel SVM-93.00%, Naive Bayer's-90.00%, Decision Tree-91.00%, Random Forest-91.00%

Awesome Lists containing this project

README

          

# SUV-Buyers-Classification-in-Python
Performed Classification on non-linearly separable datasets of SUV Buyers.
Modeled all the classification techniques available to find the best algorithm that classifies whether a person will buy a SUV or not.

Used k-Fold Validation for all the techniques.

### Model Accuracy on test set:
#### Logistic Regression-
89.00%
#### KNN Classifier- 93.00% SVM-
90.00%
#### Kernel SVM Classifier-
93.00%
#### Naive Bayer's Classifier-
90.00%
#### Decision Tree Classifier-
91.00%
#### Random Forest Classifier-
91.00%