Skip to content

thangdang04/Analyze-data-in-an-expenditure-and-default-database-using-Python

Repository files navigation

Data analysis project on an expenditure and default database

Overview

In this project, I will analyze data in a database with the goal of finding the optimal number of trees in Random Forest model.

Goals

  1. Conduct descriptive analysis.

  2. Prepare datasets.

  3. Create Random Forest Classifier model.

  4. Measure accuracy.

  5. Tune the model.

  6. Find the optimal number of trees.