Skip to content

Commit 04b0568

Browse files
committed
fix
1 parent bf7aa42 commit 04b0568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Predict label for new feature:
3838
feature - new feature for prediction, required
3939
k - number of nearest neighbors, optional, default - 3
4040
algorithm - algorithm for calculation of distances, one of the [brute], optional, default - "brute"
41-
weight - method of weighted neighbors, one of the [uniform|distance], optional, default = "uniform"
41+
weight - method of weighted neighbors, one of the [uniform|distance], optional, default - "uniform"
4242

4343
## Contributing
4444

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule LearnKit.MixProject do
3535
[
3636
maintainers: ["Anton Bogdanov"],
3737
licenses: ["MIT"],
38-
links: %{"GitHub" => "https://github.com/kortirso/elixir_learn_kits"}
38+
links: %{"GitHub" => "https://github.com/kortirso/elixir_learn_kit"}
3939
]
4040
end
4141
end

0 commit comments

Comments
 (0)