Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to use this library with Pycaret? #30

Closed
juandaherrera opened this issue Nov 29, 2024 · 1 comment
Closed

Is there any way to use this library with Pycaret? #30

juandaherrera opened this issue Nov 29, 2024 · 1 comment

Comments

@juandaherrera
Copy link

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.

@pplonski
Copy link
Contributor

pplonski commented Dec 2, 2024

Hi @juandaherrera,

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

@pplonski pplonski closed this as completed Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants