Philip Hyunsu Cho

Results 128 comments of Philip Hyunsu Cho

Can you also share the script you used for training the XGBoost model? I'd like to know the list of hyperparameters.

@LLautenbacher The bug should be fixed in the upcoming Treelite release. Thanks!

@stephenpardy > what progress there is here. I didn't get around writing the JSON importer yet, because I wasn't sure what kind of interface would be the best for the...

Prototype for a working inference engine is available here: https://github.com/hcho3/catboost_python_repro

Update: I built and tested the FIL backend using my Jetson Orin Nano board. I submitted a request to the Triton team to include the FIL backend in the upcoming...

If you prefer not to build FIL from the source, you can download the (experimental) libs from the following link and place them under `/opt/tritonserver/backends/fil`. * [fil_backend_r24.02_experimental.zip](https://github.com/triton-inference-server/fil_backend/files/14274029/fil_backend_r24.02_experimental.zip) contains `libcuml++.so` and...

> There is no way to detect if the model is a regression or binary classification model from the information given in treelite Would it be useful if Treelite stored...

> hmm, we might need a newer Python for this. How new do we need it?