-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve API input format #1
Comments
@MLnick The input size for the three models is: 1) For the json input, do you think the following structure will be ok?
|
Dear, my question is more conceptual. Sorry! |
Currently the model can only take in a numpy array of weather data, in
txt
format, with a specific hard-coded shape (specifically the number of data rows in the input array)As a user I would like:
For bulk requests we could add a bulk predict endpoint. We could support CSV files rather than (or in addition to) numpy arrays in txt serialized format.
The text was updated successfully, but these errors were encountered: