Categories
Misc

Supercharge Tree-Based Model Inference with Forest Inference Library in NVIDIA cuML

Picture of moss-covered trees in a forest.Tree-ensemble models remain a go-to for tabular data because they’re accurate, comparatively inexpensive to train, and fast. But deploying Python inference on…Picture of moss-covered trees in a forest.

Tree-ensemble models remain a go-to for tabular data because they’re accurate, comparatively inexpensive to train, and fast. But deploying Python inference on CPUs quickly becomes the bottleneck once you need sub-10 ms of latency or millions of predictions per second. Forest Inference Library (FIL) first appeared in cuML 0.9 in 2019, and has always been about one thing: blazing-fast…

Source

Leave a Reply

Your email address will not be published. Required fields are marked *