triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
68 stars 35 forks source link

fix some errors in `notebooks/simple-xgboost/` #184

Closed daxiongshu closed 2 years ago

daxiongshu commented 2 years ago

Changes made

This is to resolve issue #166

In some runs, the accuracy at the end doesn't match the accuracy in cell 6 without using triton. Need more experiments.

daxiongshu commented 2 years ago

I tested 3 more times and the results matched. I deleted /model_repository and killed triton server in each run. The previous mismatch could be due to not doing these clear-up steps. [WIP] removed and please review the PR. Thank you.