Skip to content
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

Ensemble configuration QOL #3

Open
cnewman opened this issue Jul 28, 2021 · 1 comment
Open

Ensemble configuration QOL #3

cnewman opened this issue Jul 28, 2021 · 1 comment
Assignees

Comments

@cnewman
Copy link
Member

cnewman commented Jul 28, 2021

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.
@cnewman cnewman self-assigned this Jul 28, 2021
@cnewman
Copy link
Member Author

cnewman commented Aug 1, 2021

Model config is now automatically selected based on what model is chosen when the server is run dd4efb9

cnewman added a commit that referenced this issue Aug 1, 2021
Complete QOL update minus some important-but-not-required features we will add in the near future. See #3 and #4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant