Analyzing Binge Drinking Dataset with K nearest Neighbor Algorithm
Posted onOne of the most interesting part of Machine learning is k-nearest neighbor algorithm often referred K-NN. It is also the basic framework of pattern recognition and it is non-parametric widely adapted for dataset classification and regression analysis. Whether actively used for classification or regression purposes, the input takes a K closet training samples in the […]