Skip to content

Machine learning project on a given dataset, the goal was to compare several classification models and pick the best one for the given dataset

Notifications You must be signed in to change notification settings

AyazDyshin/Machine-Learning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-Project

This is a final homework project for Introduction to Machine Learning (NPFL054) course in Charles University.

Files description

  • task.pdf file contains the original description of the assignment which outlines what had to be done.
  • code.R contains all the code that was used in order to obtain final results.
  • report.pdf contains detailed analysis of the information obtained, including comparisson of those and final conclusion.

Techniques and approaches used

this is just an outline, for better analysis please refer to: report.pdf file

classification models used (wtih parameters in brackets that were tuned):

  • Decision tree (complexity parameter)
  • Random forest (number of trees, feature sample size)
  • Regularized logistic regression (regularization parameter lambda, elasticity parameter alpha)

About

Machine learning project on a given dataset, the goal was to compare several classification models and pick the best one for the given dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages