uci_multi dataset removed
This commit is contained in:
parent
ecfc175622
commit
f74b048e2d
|
@ -88,6 +88,11 @@ ipython_config.py
|
|||
# pyenv
|
||||
.python-version
|
||||
|
||||
# poetry
|
||||
poetry.toml
|
||||
pyproject.toml
|
||||
poetry.lock
|
||||
|
||||
# pipenv
|
||||
# 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
|
||||
|
|
|
@ -61,7 +61,7 @@ UCI_MULTICLASS_DATASETS = [
|
|||
'obesity',
|
||||
'covertype',
|
||||
'nursery',
|
||||
'diabetes',
|
||||
# 'diabetes', --> very slow, skipped
|
||||
'yeast',
|
||||
'hand_digits',
|
||||
'satellite',
|
||||
|
|
Loading…
Reference in New Issue