-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat: Add default UMAP parameters in launch_app() #1224
Conversation
Added validation, moved umap_params to pointcloud and removed Optional for self.umap_parameters in context
Thanks @mikeldking! I will look into it. |
@pbadhe the template changes are pushed to main. LMK if you need anything else! |
Co-authored-by: Mikyo King <mikeldking@gmail.com>
Co-authored-by: Mikyo King <mikeldking@gmail.com>
Removed hardcoded defaults for single source of truth.
@mikeldking thanks for the server-side template, it helped! I will do the remaining tomorrow, namely processSession() changes, docs updates & type checking. Apart from this ticket, there's a minor bug in the existing form of UMAP hyperparameters. If you leave |
Thanks so much @pbadhe ! I'll take a look hopefully tomorrow. Sorry for the delay! |
@mikeldking I will make it ready for review tomorrow. Thanks! |
Process_session() error. Logs at -> https://textdoc.co/maM9oCZwexUA4EWQ
I'd installed the pre-commit hooks, but "black ." was taking too long and checking venv lib packages, so I was doing it manually just on src/*.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pbadhe this is looking awesome - thanks so much for this! I'll merge this in next week.
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves #1028 when complete