0% found this document useful (0 votes)
130 views1 page

Fraud Detection Model Using Decision Trees

The document discusses using decision trees to build a model on fraud data that classifies individuals with taxable incomes of $30,000 or less as "Risky" and those with higher incomes as "Good". The model would use the following variables: whether the individual is an undergrad, their marital status, taxable income, work experience, and whether they live in an urban area.

Uploaded by

vikky cool
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views1 page

Fraud Detection Model Using Decision Trees

The document discusses using decision trees to build a model on fraud data that classifies individuals with taxable incomes of $30,000 or less as "Risky" and those with higher incomes as "Good". The model would use the following variables: whether the individual is an undergrad, their marital status, taxable income, work experience, and whether they live in an urban area.

Uploaded by

vikky cool
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Use decision trees to prepare a model on fraud data

treating those who have taxable_income <= 30000 as "Risky" and others are "Good"

Data Description :

Undergrad : person is under graduated or not


[Link] : marital status of a person
[Link] : Taxable income is the amount of how much tax an individual owes to
the government
Work Experience : Work experience of an individual person
Urban : Whether that person belongs to urban area or not

You might also like