Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update openml/datasets/functions.py
  • Loading branch information
LennartPurucker authored and eddiebergman committed Jan 12, 2024
commit af57407a8e0bc3cdc7c4e602701891368c4f0feb
2 changes: 1 addition & 1 deletion openml/datasets/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ def data_feature_add_ontology(data_id: int, index: int, ontology: str) -> bool:

def data_feature_remove_ontology(data_id: int, index: int, ontology: str) -> bool:
"""
Removes an existing ontology (URL) to a given dataset feature (defined
Removes an existing ontology (URL) from a given dataset feature (defined
by a dataset id and index). The dataset has to exists on OpenML and needs
to have been processed by the evaluation engine. Ontology needs to be
attached to the specific fearure.
Expand Down