ROC AUC explained

Evaluating classification models It is common in predictive modeling to try out a number of different models, apply each to a holdout sample (also called a... »

K-Means Clustering explained

Clustering Clustering is an unsupervised learning technique used for data classification. Unsupervised learning means there is no output variables to guide the learning process(no this or... »

What Is Cross Validation ?

Cross-validation There is always a need to validate the stability of machine learning model, how well our model generalises to new, unseen data. Cross-validation is statistical... »