openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

handling empty strings in `openml.datasets.functions.get_dataset`

Open anvithagowda098 opened this issue 1 month ago • 0 comments

this PR fixes an issue in openml.datasets.functions.get_dataset where empty string values in the data file were not handled consistently. they can appear in datasets to represent missing values, but the current implementation can misinterpret them.

anvithagowda098 avatar Nov 26 '25 10:11 anvithagowda098