We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123cb73 commit 6191a2bCopy full SHA for 6191a2b
2 files changed
README.md
@@ -2,6 +2,10 @@
2
3
Elixir package for machine learning
4
5
+Available algorithms:
6
+
7
+- K-Nearest Neighbours
8
9
## Installation
10
11
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
@@ -10,7 +14,7 @@ by adding `learn_kit` to your list of dependencies in `mix.exs`:
14
```elixir
15
def deps do
12
16
[
13
- {:learn_kit, "~> 0.0.9"}
17
+ {:learn_kit, "~> 0.1.0"}
18
]
19
end
20
```
mix.exs
@@ -8,7 +8,7 @@ defmodule LearnKit.MixProject do
def project do
app: :learn_kit,
- version: "0.0.9",
+ version: "0.1.0",
elixir: "~> 1.7",
name: "LearnKit",
description: @description,
0 commit comments