Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shikharvashistha/svm-random-forest-naive

SVM, Random Forest and Naïve Bayes Classifier & Regression
https://github.com/shikharvashistha/svm-random-forest-naive

Last synced: about 2 months ago
JSON representation

SVM, Random Forest and Naïve Bayes Classifier & Regression

Awesome Lists containing this project

README

        

## How to run

- ``` pip install -r requirements.txt ```
- ``` python concrete.py ```

## Specification

- This code includes the classification using random forest and svm for the concrete dataset.

- This code includes the ROC curve for the random forest classifier, feature importance for the random forest classifier, and the decision boundary for the svm classifier.

## Plots

### Random Forest ROC Curve
![alt text](assets/random_forest_roc_curve.png)

### Random Forest Feature Importance
![alt text](assets/random_forest_feature_importance.png)

### SVM Decision Boundary
![alt text](assets/svc_decision_boundary.png)

### Naive Bayes ROC Curve
![alt text](assets/naive_bayes_roc_classifier_curve.png)

## Screenshot of output

![alt text](assets/hw.png)