Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica authored Jun 29, 2024
1 parent 2744f3f commit f4ebf1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Integration of [tribuo](https://tribuo.org) ML library into the scicloj.ml / met
## Usage

All models of tribuo are supported out of the box, via a configuration map. See tribuo website for details.
Tribuos distributes its models in different jars. When using a certain model, you need to add therefore the correct maven dependency which contains
the model you want to use. This [table](https://github.com/oracle/tribuo/blob/main/docs/PackageOverview.md) contains an overview which model is in which maven artifcat. See the `test` alias [here](https://github.com/scicloj/scicloj.ml.tribuo/blob/2744f3ffff2f90ce7464f8f3850a0714b952fa5d/deps.edn#L19) wich does this setup.



Prepare data:
```clojure
Expand Down

0 comments on commit f4ebf1e

Please sign in to comment.