You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have different models built with PyCaret, but I know they are ExtraTreeRegressors under the hood, and I'm pretty sure there must be a way to use them with this library. I tried to do it, but it didn't work because the models saved by PyCaret are of type: pycaret.internal.pipeline.Pipeline.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. There should be an option to get components from PyCaret pipeline, one of component will be ExtraTreeRegressor. The second option, is to train ExtraTrees without PytCaret, just reuse the hyperparameters from PyCaret.
By the way, have you tried our AutoML, it is open-source too :) and what is more, we are working on Python notebook editor for data science, you can read more at out website https://mljar.com
I have different models built with PyCaret, but I know they are ExtraTreeRegressors under the hood, and I'm pretty sure there must be a way to use them with this library. I tried to do it, but it didn't work because the models saved by PyCaret are of type:
pycaret.internal.pipeline.Pipeline
.The text was updated successfully, but these errors were encountered: