This message was deleted.
# ask-for-help
s
This message was deleted.
r
If you want vanilla API then you should be add it with Flask or FastAPI: https://docs.bentoml.org/en/latest/guides/server.html#bundle-asgi-app-e-g-fastapi
1
👍 1
c
@Hoàng Nguyễn just wondering, what’s the use case for API without input?
h
@Chaoyu when I need a API for parameter of my models.
c
Is this for providing parameters for the training process?
h
@Chaoyu it is the dict values ​​of the columns when training the ml model. When predicting , the data must be in it.
For example when predicting house prices with an address column. When you make a prediction, you have to enter the address that is in the trained data. That is also the weakness of the machine learning model such as Decision trees