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

Full sklearn compliance #258

Open
falkben opened this issue May 6, 2019 · 4 comments
Open

Full sklearn compliance #258

falkben opened this issue May 6, 2019 · 4 comments

Comments

@falkben
Copy link
Contributor

falkben commented May 6, 2019

So that it passes the estimator test.

First thing to do is to make the model pickleable.

@falkben falkben self-assigned this May 6, 2019
@adam2392
Copy link

Hi @falkben was there ever any update on pickling the forest classifiers to be ran through something like joblib?

@falkben falkben removed their assignment Feb 23, 2021
@falkben
Copy link
Contributor Author

falkben commented Feb 23, 2021

No, I'm sorry, I don't have an update on that. My guess is that it won't work with joblib's dump method. Have you tried it?

@pepetikesavasiddhardha
Copy link

@falkben I tried to pickle it with joblib and pickle libraries but it was not working, its showing an error like this
TypeError: cannot pickle 'pyfp.fpForest' object
So can u suggest me how can i save this method? Is there any way to do that?

@adam2392
Copy link

adam2392 commented Jul 5, 2023

@pepetikesavasiddhardha currently the tree models are implemented inline with sklearn in https://github.com/neurodata/scikit-tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants