You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, users have to manually comment/uncomment model file paths and python dictionaries to use other configurations of the ensemble. Should make this something that can be done on the command line or a server configuration file. Alternatively, expose an API to use the ensemble without running the webserver.
Potential Plans:
Allow server configuration files to import models before running flask server. This is pretty easy to do quickly.
Create a public API that allows configuration via command line. This could take some work since, most likely, people would want/need access to the splitting and feature config functions too.
The text was updated successfully, but these errors were encountered:
At the moment, users have to manually comment/uncomment model file paths and python dictionaries to use other configurations of the ensemble. Should make this something that can be done on the command line or a server configuration file. Alternatively, expose an API to use the ensemble without running the webserver.
Potential Plans:
The text was updated successfully, but these errors were encountered: