Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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