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
That being said, humming bird does seem to offer some benefits the treeple package might be interested in. In particular, inference and on-disk storage.
I ran the following script to evaluate the inference speed and storage size on disk: bench_hb.py.txt
Below are some parallel coordinates plots that show performance as a function: # estimators, # features, # samples. The last axis is the thing being measured and is what is used for the colormap as well. The metrics are the log10 of the ratio of sklearn to hummingbird. Blue is good for hummingbird, indicating that sklearn needs more time/storage. Red the opposite.
In summary, it seems helpful if we want to store and reuse a model but might take a non-trivial amount of effort to implement and maintain.
Can we have an example of converting decision tree models to hummingbird for faster inference?
https://github.com/microsoft/hummingbird
In addition, an integration test would be great.
Perhaps Ryan or Vlad can take this?
The text was updated successfully, but these errors were encountered: