uci_multi dataset removed

This commit is contained in:
Lorenzo Volpi 2024-04-24 15:20:14 +02:00
parent ecfc175622
commit f74b048e2d
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -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

View File

@ -61,7 +61,7 @@ UCI_MULTICLASS_DATASETS = [
'obesity',
'covertype',
'nursery',
'diabetes',
# 'diabetes', --> very slow, skipped
'yeast',
'hand_digits',
'satellite',