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]: We have to manage the experiments in the dashboard. #2

Closed
1 task done
aiakide opened this issue Apr 8, 2024 · 1 comment · Fixed by #10
Closed
1 task done

[Feature]: We have to manage the experiments in the dashboard. #2

aiakide opened this issue Apr 8, 2024 · 1 comment · Fixed by #10
Assignees
Labels
✨ feature Requests or discussions about new features

Comments

@aiakide
Copy link
Collaborator

aiakide commented Apr 8, 2024

✏️ Problem Description

It is necessary that we can use the experiments that we create with niceML in the dashboard. The components of the basic UI and later the experiment components must be able to retrieve the experiments from a central location.

💡 Feature Request

We need an ExperimentManager with which we can request experiments there.
It should be possible to filter generically on this ExperimentManager to obtain the required experiments.

🌍 Context

No response

🔍 Additional Information

The experiments can or should be filtered as follows:

exp_manager = ExperimentManager(...)

experiments = exp_manager.filter_by(experiment_type=ExperimentType.SEMSEG, ...)

All attributes of an experiment should be accepted as filter parameters.

In addition, it would be nice to add as many unit tests as possible (pytest.fixture, pytest.mark.parametrize).
In case of an exception, please use user-defined exceptions and do not throw generic exceptions like ValueError.
It would be nice to know what is going on inside the ExperimentManager. So please add logging to the ExperimentManager

👍 Code of Conduct

  • I agree to follow this project's Code of Conduct
@aiakide aiakide added the ✨ feature Requests or discussions about new features label Apr 8, 2024
This was referenced Apr 25, 2024
@ihsanKisi ihsanKisi linked a pull request Apr 25, 2024 that will close this issue
7 tasks
@ihsanKisi ihsanKisi self-assigned this Apr 25, 2024
@aiakide
Copy link
Collaborator Author

aiakide commented May 28, 2024

Solved by #10

@aiakide aiakide closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature Requests or discussions about new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants