Ecosyste.ms: Awesome
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: 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"
- Host: GitHub
- URL: https://github.com/aayushajs/random-forest-car-evaluation
- Owner: Aayushajs
- Created: 2024-11-07T06:03:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T07:12:40.000Z (2 months ago)
- Last Synced: 2024-11-07T08:20:45.604Z (2 months ago)
- Language: Jupyter Notebook
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |