Slackbot
02/02/2023, 11:11 AMAaron Pham
02/02/2023, 11:26 AMElior Cohen
02/02/2023, 2:16 PM@svc.api(...)
decorated function and it will appear there.
For example, we had something like (not very useful, but was used during development)
@svc.api(...)
def feature_importance(..):
....
return dict(feature_importance)
It was an endpoint that returned the feature importance dictionary