fit.learner | R Documentation |
Julia Equivalent:
IAI.fit!
## S3 method for class 'learner'
fit(obj, X, ...)
obj |
The learner to fit. |
X |
The features of the data. |
... |
Other parameters, including zero or more target vectors as required by the problem type. Refer to the Julia documentation for available parameters. |
## Not run: iai::fit(lnr, X, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.