New Function
This is a new function introduced in PyCaret 2.0x.
Models
Returns table of models available in model library.
Example
Code
# get all models for classification from pycaret.classification import models models()
Output
Try this next
Was this page helpful?
GitHub