microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.32k stars 274 forks source link

Example cases for DecisionTreeClassifier #735

Closed umairjavaid closed 9 months ago

umairjavaid commented 9 months ago

Can you please share some test cases where you have achieved speed up in DecisionTreeClassifier

interesaaat commented 9 months ago

Hi! I suggest you to check our paper. And you can try yourself: we have the benchmarking code used in the paper here.

umairjavaid commented 9 months ago

Thank you