We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910aeda commit 1577945Copy full SHA for 1577945
README.md
@@ -1,7 +1,9 @@
1
# Mockingjay
2
3
+[](https://hexdocs.pm/mockingjay)
4
+
5
Implementation of Microsoft's [Hummingbird](https://github.com/microsoft/hummingbird) library for converting trained Decision Tree
-models into tensor computations.
6
+models into tensor computations.
7
8
## How to Use
9
@@ -19,7 +21,7 @@ to generate an `Nx.Defn` prediction function that makes inferences. The output o
19
21
```elixir
20
22
def deps do
23
[
- {:mockingjay, github: "acalejos/mockingjay", branch: "main"}
24
+ {:mockingjay, "~> 0.1"}
25
]
26
end
27
```
0 commit comments