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

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: 2 months 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 |