Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Krsto Proroković committed May 14, 2024
1 parent 410bb99 commit 6b9ddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scholar/neighbors/knn_classifier.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Scholar.Neighbors.KNNClassifier do
@moduledoc """
K-Nearest Neighbors Classifier.
The model classifies the point by looking at its k-nearest neighbors and performing a (weighted) majority voting.
Performs classifiction by looking at the k-nearest neighbors of a point and using (weighted) majority voting.
"""

import Nx.Defn
Expand Down

0 comments on commit 6b9ddd0

Please sign in to comment.