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

[ENH] Implement Tagging for Setups

Aperta
#1,648 4 commenti 2 reazioni 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
Ambito
api

Direzione di ricerca

First review issue #1647, which this work depends on. Then inspect utils/_openml.py, especially _get_rest_api_type_alias and _tag_entity, and compare the existing result_xml handling. Add tests covering tagging and untagging setups, with completion shown by those tests passing.

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

Descrizione

enhancement Good First Issue

Currently the sdk doesnot allow setting up tags for setups, even though this is supported by the back-end. This is because it doesnot inherit the OpenMLBase class. Therefore this issue depends on https://github.com/openml/openml-python/issues/1647

Steps in utils/_openml.py:

  1. update _get_rest_api_type_alias to return valid alias for OpenMLSetup
  2. "setup" is already in legal_entities of _tag_entity so hopefully nothing changes there
  3. check that the result_xml in _tag_entity is applicable with the current parser
  4. Add tests for tagging/untagging setups.
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.