Skip to content

Commit

Permalink
Merge pull request #115 from scicloj/broken-link-20250118
Browse files Browse the repository at this point in the history
fixed broken link with a clarifying sentence. fixes #113
  • Loading branch information
daslu authored Jan 18, 2025
2 parents 6afa4e2 + 4d5786e commit 9754c4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions notebooks/noj_book/transformer_references.clj
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,12 @@ ctx-sparse
;; The `model` transformer allows to execute all machine learning models
;; which register themself inside the `metamorph.ml` system via the function
;; `scicloj.metamorph.ml/define-model!`.
;; The built-in models are listed here:
;; https://scicloj.github.io/scicloj.ml/userguide-models.html
;; Models can be added at runing by require relevant namespaces
;; as documented in the various "model reference" chapters of the Noj book.
;; The currently defined models can be looked up via
;; `(ml/model-definition-names)`.



;; We use the Iris data for this example:

Expand Down

0 comments on commit 9754c4f

Please sign in to comment.