Skip to content

The data is related with direct marketing campaigns (phone calls) of a Portuguese banking institution. The classification goal is to predict if the client will subscribe a term deposit (variable y).

Notifications You must be signed in to change notification settings

Awenbocc/UCI-Bank-Marketing-Data-Set

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UC,Berkeley Winter Holiday Training Program

UCI-Bank-Marketing-Data-Set

The data is related with direct marketing campaigns (phone calls) of a Portuguese banking institution. The classification goal is to predict if the client will subscribe a term deposit (variable y).

The Experiment (python3 , sklearn)

The first temp:relevance analysis ,delete the low covariance attribute
The second temp:process the missing data: treat unknown as a class
The third temp: data Normalization

Model select (best parameter on the same data)

Logistic Regression
Image text
KNN
Image text
Random Forest
Image text

The Experiment_second

process the missing data: delete the known data

About

The data is related with direct marketing campaigns (phone calls) of a Portuguese banking institution. The classification goal is to predict if the client will subscribe a term deposit (variable y).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%