You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Jupyter Notebook demonstrates the implementation of a K-Nearest Neighbors (KNN) algorithm using the concept of nearest neighbors without using direct classifiers. It also includes exploratory data analysis (EDA) and comparison of three classifiers.
Distance metrics are one of the most important parts of some machine learning algorithms, supervised and unsupervised learning, it will help us to calculate and measure similarities between numerical values expressed as data points