@Hoàng Nguyễn just wondering, what’s the use case for API without input?
h
Hoàng Nguyễn
10/13/2022, 4:34 AM
@Chaoyu when I need a API for parameter of my models.
c
Chaoyu
10/13/2022, 4:56 AM
Is this for providing parameters for the training process?
h
Hoàng Nguyễn
10/13/2022, 9:33 AM
@Chaoyu it is the dict values of the columns when training the ml model. When predicting , the data must be in it.
Hoàng Nguyễn
10/13/2022, 9:35 AM
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