We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data_home
Path()
1 parent c44bcd3 commit 71b9d18Copy full SHA for 71b9d18
1 file changed
libsvmdata/abstraction.py
@@ -22,7 +22,7 @@ def _get_data_home(subdir_name=""):
22
else:
23
data_home = Path(data_home)
24
25
- return data_home / subdir_name if subdir_name else data_home
+ return data_home / subdir_name
26
27
28
class AbstractDataset(ABC):
0 commit comments