Unanswered
Hello We Want To Serve A Simple Rulebase Model. Think It As A .Py With With A Simple If...Else Function
1) How Do You Deliver A Rule Based Model. Or Do I Need To Train A Tensorflopytorch,Scikitlearn To Serve A Simple Rulebase Model.
2) How Do You Manage
Like Nathan said, custom engines are a TODO, but for your second question, you can add that API request in the model preprocessing, which is a function you can define yourself! It will be ran every time a request comes in and you can do whatever you want in it and change the incoming data however you wish 🙂
example: https://github.com/allegroai/clearml-serving/blob/main/examples/keras/preprocess.py
161 Views
0
Answers
2 years ago
one year ago