uci_multi dataset removed
This commit is contained in:
parent
ecfc175622
commit
f74b048e2d
|
@ -88,6 +88,11 @@ ipython_config.py
|
||||||
# pyenv
|
# pyenv
|
||||||
.python-version
|
.python-version
|
||||||
|
|
||||||
|
# poetry
|
||||||
|
poetry.toml
|
||||||
|
pyproject.toml
|
||||||
|
poetry.lock
|
||||||
|
|
||||||
# pipenv
|
# pipenv
|
||||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||||
|
|
|
@ -61,7 +61,7 @@ UCI_MULTICLASS_DATASETS = [
|
||||||
'obesity',
|
'obesity',
|
||||||
'covertype',
|
'covertype',
|
||||||
'nursery',
|
'nursery',
|
||||||
'diabetes',
|
# 'diabetes', --> very slow, skipped
|
||||||
'yeast',
|
'yeast',
|
||||||
'hand_digits',
|
'hand_digits',
|
||||||
'satellite',
|
'satellite',
|
||||||
|
|
Loading…
Reference in New Issue