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

main.py.jinja multi-task and visualization logic #72

Open
sgbaird opened this issue Oct 18, 2024 · 0 comments
Open

main.py.jinja multi-task and visualization logic #72

sgbaird opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@sgbaird
Copy link
Owner

sgbaird commented Oct 18, 2024

Notes from our meeting:

  • User selects "multi-task" ==> auto-switch from Default Model type to Custom model type
  • When adding existing data, the user needs to specify which task the data corresponds to (column in dataframe)
  • For categorical, use [GENERAL SUPPORT]: MultiTask with Choice Parameter using Ax Service API facebook/Ax#2752
  • Selection of custom model, BOTORCH_MODULAR, model_kwargs, add "," at end of dictionary, comment/uncommenting of lines within model_kwargs
  • Assume that multi-task and multi-objective is not possible (or at least not easy for now), Question : Multi-task with multi-objective facebook/Ax#564 (comment). Maybe have a custom message that mentions the incompatibility or provides a link to this issue ("Not implemented")
  • Dummy function for multi-task. (don't use _moo, use _mt instead), inputs: x1, x2, task --> single obj value output ("for simplicity, these have been joined into a single function)
  • Synchrony - probably not an issue. As long as get_next_trials works.

Aside: visualization, two different symbols and different line colors

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

2 participants