FAQs
Frequently Asked Questions!
Last updated
Was this helpful?
Frequently Asked Questions!
Last updated
Was this helpful?
Search on our if others may have faced the same issue. If you are still stuck feel free to open a .
Absolutely. PyCaret aim's to balance the abstraction with flexibility and so far we are doing a pretty good job. You can use PyCaret's add_metric
and remove_metric
functions to add or remove metrics used for cross-validation. .
Absolutely. You can use the save_model
function of PyCaret to export the entire Pipeline as a pkl
file. about this function.
Absolutely. PyCaret is an end-to-end library with a lot of deployment functionalities. There are many official tutorials on deployment on different cloud platforms such as Azure, AWS, and GCP. You can check out these .
It's not straightforward due to some issues in the underlying dependencies of PyCaret. However, if you have tried everything and still can't find a solution, this by Pareekshith Katti may help you.