Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahrettinsolak/ai-job-application-evaluation-project
This project demonstrates how to classify data using Decision Trees and Random Forests. Below is an example of how the code is structured.
https://github.com/fahrettinsolak/ai-job-application-evaluation-project
artificial-intelligence deep-learning jupyter-notebook machine-learning phyton
Last synced: 7 days ago
JSON representation
This project demonstrates how to classify data using Decision Trees and Random Forests. Below is an example of how the code is structured.
- Host: GitHub
- URL: https://github.com/fahrettinsolak/ai-job-application-evaluation-project
- Owner: Fahrettinsolak
- Created: 2024-10-15T21:52:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T22:00:52.000Z (2 months ago)
- Last Synced: 2024-10-31T23:08:12.374Z (about 2 months ago)
- Topics: artificial-intelligence, deep-learning, jupyter-notebook, machine-learning, phyton
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-Job-Application-Evaluation-Project
## Classification with Decision Trees and Random Forest
This project demonstrates how to classify data using Decision Trees and Random Forests. Below is an example of how the code is structured.
### Dependencies
Ensure you have the following Python libraries installed:
```bash
pip install numpy pandas scikit-learn