Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aayushajs/random-forest-car-evaluation

The "Random Forest Car Evaluation" project uses the Random Forest algorithm to classify cars based on features like price, maintenance, and safety, helping consumers make informed purchasing decisions. "This is My college practical"
https://github.com/aayushajs/random-forest-car-evaluation

Last synced: 18 days ago
JSON representation

The "Random Forest Car Evaluation" project uses the Random Forest algorithm to classify cars based on features like price, maintenance, and safety, helping consumers make informed purchasing decisions. "This is My college practical"

Awesome Lists containing this project

README

        

# Random-Forest-Car-Evaluation
The "Random Forest Car Evaluation" project uses the Random Forest algorithm to classify cars based on features like price, maintenance, and safety, helping consumers make informed purchasing decisions. "This is My college practical"

## Installation

Install Jupyter Notebook and
install Python Versoin 3.12

```bash
Installation link :-https://www.python.org/downloads/
```
## IMP librarys

| librarys | Import |
| ----------------- | ------------------------------------------------------------------ |
| numpay | import numpay as np |
| pandas | import pandas as pd |
| matplotlib | import matplotlib.pyplot as plt |
| seaborn | import seaborn as sns |