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
updates to ontology pr
  • Loading branch information
janvanrijn authored and eddiebergman committed Jan 12, 2024
commit 18f10a7ffd93bcc64446c4fd1a7c0ffe6b9af52b
2 changes: 1 addition & 1 deletion openml/datasets/data_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__( # noqa: PLR0913
data_type: str,
nominal_values: list[str],
number_missing_values: int,
ontologies: list[str],
ontologies: list[str] = None,
):
if not isinstance(index, int):
raise TypeError(f"Index must be `int` but is {type(index)}")
Expand Down