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

Feature: Observable hyperparameter repositories (including the OnDisk repo) to refresh UI #375

Closed
guillaume-chevalier opened this issue Aug 4, 2020 · 4 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@guillaume-chevalier
Copy link
Member

Is your feature request related to a problem? Please describe.
The repos should be able to notify some observers of themselves. Some repos may run on different machines and processes, at the same time, yet must be synchronized.

Describe the solution you'd like
A subscribe and notify for trials when they are updated.

Describe alternatives you've considered
CPU Sockets or Web Sockets. It would be too complicated. Better have each repo handle themselves the way they want. The InMemory will be easy. The OnDisk will be hard.

Additional context
See also: Neuraxio/Neuraxle-TensorFlow#7

@vincent-antaki
Copy link
Contributor

update: the in memory observer/subscriber exists since at least 0.5.6. The OnDisk is not.

@guillaume-chevalier
Copy link
Member Author

update: things are more complicated than this in distributed environments, such as when using a database repo and remote dashboard. This might require deleting the observer class and using something more similar to an audit trail to track every change chronologically and be able to re-order them.

@guillaume-chevalier
Copy link
Member Author

Todo: move file neuraxle/metaopt/observable.py to the repositories' file, and rename db_hp_repo.py to db_repo.py

@stale
Copy link

stale bot commented Oct 21, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 180 days. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 21, 2023
@stale stale bot closed this as completed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants