Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 4.22 KB

README.md

File metadata and controls

47 lines (27 loc) · 4.22 KB

Machine Learning Methods and Applications

This section includes some Machine Learning applications and reports using R.

Contents

1.Training Linear Regression Model (R)

Code

2.Training a Logistic Regression Model (R)

Code

3.Training Multinomial Regression Model (R)

Code

4.Using Feature Engineering Methods to Improve Model Performance (R)

Code

5.Performance comparison of models trained with Decision Trees and Multivariate (R)

Code

6.Performance comparison of models trained with Decision Trees and Linear Regression methods (R)

Code

7.Performance comparison of Regression Model, Regression Tree, Bagging Tree and Random Forest (R)

Code

8.Performance comparison of Regression Model, Regression Tree, Bagging Tree, Random Forest and Gradient Boosted Model (R)

Code