Skip to content

Introduction to three machine learning models using the programming language R

Notifications You must be signed in to change notification settings

boshraEisa/Machine-Learning-R-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithms in Banking

One of the big uses of machine learning techniques can be found in the banking sector, especially for making predictions. This project presents an introduction to machine learning using the programming language R, specifically to the following models:

  1. Random Forest
  2. Boosting
  3. Naive Bayes

The data is pre-processed to deal with missing values and any imbalancement. Once the data is cleansed, a predictive program is built on the loan default for applicants based on several parameters. The results of the three approaches were all close to 80% accuracy.

About

Introduction to three machine learning models using the programming language R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages