Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuhexiong/red-wine-quality-random-forest-python


https://github.com/yuhexiong/red-wine-quality-random-forest-python

machine-learning python random-forest random-forest-classifier scikit-learn

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Red Wine Quality Random Forest

### DataSet From [Kaggle - Red Wine Quality](https://www.kaggle.com/datasets/uciml/red-wine-quality-cortez-et-al-2009)

## Overview

- Language: Python v3.9.15
- Package: Scikit-Learn
- Model: Random Forest

## Data Distribution

![image](https://github.com/yuhexiong/red-wine-quality-random-forest-python/blob/main/image/data_distribution.png)

## Correlation Matrix

![image](https://github.com/yuhexiong/red-wine-quality-random-forest-python/blob/main/image/correlation_matrix.png)

## Confusion Matrix - Accuracy Rate 94.0625%

![image](https://github.com/yuhexiong/red-wine-quality-random-forest-python/blob/main/image/confusion_matrix.png)