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

See if tree compilation will speed up impute_new_data #42

Open
AnotherSamWilson opened this issue Jun 19, 2022 · 1 comment
Open

See if tree compilation will speed up impute_new_data #42

AnotherSamWilson opened this issue Jun 19, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@AnotherSamWilson
Copy link
Owner

https://github.com/siboehm/lleaves

@AnotherSamWilson AnotherSamWilson added the enhancement New feature or request label Jun 19, 2022
@siboehm
Copy link

siboehm commented Jun 20, 2022

Posting my HN comment here for reference:

I had a brief look at your package, and my impression was that it's only changing model training. If this is correct then the format of the model.txt (calling lgbm.save(model, "model.txt")) is the same as regular lightgbm. This would mean you can use my library for inference.

Basically, if you can store your model as a model.txt and load & predict again using normal LightGBM, then compiling through lleaves should work for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants