MLServer
MLServer copied to clipboard
add catboost classifier support
add catboost support:
- add a new runtime by heavily copying lightgbm runtime
- add test that builds a model, sends an inference request, validates the prediction
- add example in docs
- list in index/readme
Thanks for the review @adriangonz . Since we're adding only the classifier capability I've renamed the contribution and added a TODO for the regressor and ranker capabilities as a future improvement.
Hey @theofpa, this PR should deal with the click / black issues that broke off the internet today :grimacing:
https://github.com/SeldonIO/MLServer/pull/544
It has been merged already, so if you can rebase, all tests should look better :+1:
Hey @theofpa ,
It seems that the linter is flagging a couple minor changes. The other failing test seems like a non-issue. So if you can update those linter changes, we should be good to go :+1:
Hey @theofpa ,
Conscious it's been a while since this PR was opened, so we'll close the PR for now. However, if you get a chance to have a look in the near future, it would be great to pick it up again!