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

Refactor to cater to different types of users + caveat #21

Open
SubhadityaMukherjee opened this issue Mar 13, 2025 · 0 comments
Open

Refactor to cater to different types of users + caveat #21

SubhadityaMukherjee opened this issue Mar 13, 2025 · 0 comments

Comments

@SubhadityaMukherjee
Copy link
Collaborator

There are two kinds of users

  • Ones who would just use an openml dataset with their own pipeline.
  • Students/other researchers who want a simple pipeline, say classification or regression with some model and don't want to modify the training itself.

This would be made easier to just have a basic training api and a more advanced one.

The main issue :

  • Right now, it is not possible to upload training data without using a task and run_model_on_fold . This means anyone who uses their own pipeline will not be able to upload their data to openml. Perhaps this will be circumvented in the future, but now it is not really possible.
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