“Height” is a slightly delicate issue for me. I stopped growing at 5 feet. That’s why I always wonder “How […]
Tag: ML Projects
The First Decision Tree in R
Decision Tree is a type of Supervised Learning where the sample is split into two or more homogeneous sets based on […]
The First Basic Random Forest Algorithm in R
Random Forest is a popular algorithm for Machine Learning which can be used both for Regression and Classification tasks. The […]
First Linear Regression Model in R
Linear Regression is a technique to predict the value of an output variable based on one or more input variable(s). […]