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

https://github.com/moindalvs/assignment_random_forest_1

Use Random Forest to prepare a model on fraud data treating those who have taxable income <= 30000 as "Risky" and others are "Good"
https://github.com/moindalvs/assignment_random_forest_1

bagging-ensemble bagging-trees data-science hyperparameter-tuning random-forest-classifier

Last synced: 4 months ago
JSON representation

Use Random Forest to prepare a model on fraud data treating those who have taxable income <= 30000 as "Risky" and others are "Good"

Awesome Lists containing this project

README

          

## **Problem Statement**
# Use Random Forest to prepare a model on fraud data
## treating those who have taxable_income <= 30000 as "Risky" and others are "Good"