Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[ENH] make `OpenMLSetup` inherit `OpenMLBase`

Aperta
#1,647 2 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
45/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python

Direzione di ricerca

Start by reading the existing OpenMLSetup and OpenMLBase definitions, then compare other resource implementations to identify the required abstract methods and publish behavior. Add tests in tests/test_setups/test_setup.py covering the inherited resource behavior, tagging support, and unsupported publishing, and update the relevant docstrings.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement Good First Issue

OpenMLSetup should inherit and use methods from OpenMLBase, like every other resource, since it's an independent resource with dedicated schema in backend. Also this will enable tagging which is currently not supported.

Steps:

  1. Inherit OpenMLBase in OpenMLSetup
  2. implement the abstract methods like id, _get_repr_body_fields, ...
  3. OpenMLSetup doesn't support publish, so handle that method accordingly
  4. Add a test file tests/test_setups/test_setup.py and write unitests for OpenMLSetup there
  5. Update docstrings.

CC: @PGijsbers for approval

Lingua principale
Python
Stelle
361
Fork
296
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di openml/openml-python

Tutte le issue di openml/openml-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.