shwetashweta05 commited on
Commit
062face
·
verified ·
1 Parent(s): e2ccda4

Update pages/23.K-nearest_neighbors.py

Browse files
Files changed (1) hide show
  1. pages/23.K-nearest_neighbors.py +2 -1
pages/23.K-nearest_neighbors.py CHANGED
@@ -6,7 +6,8 @@ def main():
6
  st.markdown(
7
  """
8
  ### What is KNN?
9
- K-Nearest Neighbors (k-NN)** is a supervised machine learning algorithm used for classification and regression tasks. It is a simple algorithm that makes predictions based on similarity between data points.
 
10
  )
11
 
12
  # Button to redirect to another Hugging Face space
 
6
  st.markdown(
7
  """
8
  ### What is KNN?
9
+ KNN (k-Nearest Neighbors (k-NN)** is a supervised machine learning algorithm used for classification and regression tasks. It is a simple algorithm that makes predictions based on similarity between data points.
10
+ """
11
  )
12
 
13
  # Button to redirect to another Hugging Face space