modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 64 forks source link

Allow data frame as input to predict function in python #116

Open isabella opened 2 years ago

isabella commented 2 years ago

Currently, the python library only takes json as input to make predictions. It would be convenient to also allow pandas data frames as input.