Skip to content

Evaluated five different machine learning models using R programming language on housing price, bank loan and crimes data.

Notifications You must be signed in to change notification settings

Tobi-Ek/Evaluation-of-Machine-Learning-Algorithms

Repository files navigation

EVALUATION OF MACHINE LEARNING ALGORITHMS FOR REGRESSION AND CLASSIFICATION PROBLEMS

By using HOUSING PRICE DATA, BANK LOAN DATA and CRIME DATA, The following machine learning alrgorithms were applied and evaluated.

NOTE: Data mining techiniques were applied to the datasets before carrying out the model building and evaluation.

  • Random Forest: Used for classification and regression problems.
  • Support Vector Machines: Used for classification, regression, density estimation etc.
  • Decision Trees: Used for classification and regression problems.
  • Multiple Linear Regression: Used for regression problems.
  • Naïve Bayes Classifier: Used for classification and regression problems.
  • Logistic Regression: Used for classification problems.

About

Evaluated five different machine learning models using R programming language on housing price, bank loan and crimes data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages