Skip to content

Commit 1577945

Browse files
committed
Prepare for release 0.1.0
1 parent 910aeda commit 1577945

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Mockingjay
22

3+
[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/mockingjay)
4+
35
Implementation of Microsoft's [Hummingbird](https://github.com/microsoft/hummingbird) library for converting trained Decision Tree
4-
models into tensor computations.
6+
models into tensor computations.
57

68
## How to Use
79

@@ -19,7 +21,7 @@ to generate an `Nx.Defn` prediction function that makes inferences. The output o
1921
```elixir
2022
def deps do
2123
[
22-
{:mockingjay, github: "acalejos/mockingjay", branch: "main"}
24+
{:mockingjay, "~> 0.1"}
2325
]
2426
end
2527
```

0 commit comments

Comments
 (0)