gravatar

anandjage

Anand Jage

Recently Published

Notes on ML Algorithm
SVM Example
JS Libs in R
Decision Tree - Employee Churn
KNN Classification on Iris Data
KNN Cancer Diagnosis
KNN Classification Algorithm
HANDLE MISSING VALUES
Multiple Linear Regression
Logistic Regression
Example of Binomial Logistic Regression and AUC-ROC Plot
Cross Validation - Hold Out Method
The holdout method is the simplest kind of cross validation. The data set is separated into two sets, called the training set and the testing set. The function approximator fits a function using the training set only.