albertvillanova HF staff commited on
Commit
3fe0b4a
1 Parent(s): 3655d3c

Remove deprecated tasks

Browse files

This dataset uses `tasks`, which are deprecated and will raise an error after the next major release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999

Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +0 -1
NIH-Chest-X-ray-dataset.py CHANGED
@@ -17,7 +17,6 @@
17
  import os
18
  import datasets
19
 
20
- from datasets.tasks import ImageClassification
21
  from requests import get
22
  from pandas import read_csv
23
 
 
17
  import os
18
  import datasets
19
 
 
20
  from requests import get
21
  from pandas import read_csv
22