Cluster-then-predict for classification tasks

From: https://towardsdatascience.com/cluster-then-predict-for-classification-tasks-142fdfdc87d6 K-means from https://scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html Introduction Supervised classification problems require a dataset with (a) a categorical dependent variable (the “target variable”) and (b) a set of independent variables (“features”) which may (or may not!) be useful in predicting the class. The modeling task is to learn a function mapping features and their values to a target … Continue reading Cluster-then-predict for classification tasks