MLkNN
MLkNN stands for Marginalized Locally Semi-Supervised Label Propagation. It is a machine learning algorithm used for classification tasks, particularly in scenarios where labeled data is scarce and unlabeled data is abundant. The core idea behind MLkNN is to leverage the information present in unlabeled data to improve the classification accuracy of models trained on limited labeled data.
This algorithm falls under the umbrella of semi-supervised learning. Semi-supervised learning aims to build classifiers by
MLkNN works by constructing a graph where data points are nodes and edges represent the similarity between