23 Smile other models reference - DRAFT 🛠
Note that this chapter reqiures scicloj.ml.smile
as an additional dependency to Noj.
In the following we have a list of all model keys of Smile model-like algorithms, including parameters. They can be used in the same way as other models:
comment
(
(ml/train df:model-type <model-key>
{:param-1 0
:param-2 1}))
Some do not support ml/predict
and are defined as unsupervised
learners. Clustering and PCA are in this group.