Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Iris
The following code can be used to load the dataset from its stored location at NERSC.
You may also access this code via a NERSC-hosted Jupyter notebook here.
# Iris data loader
import pandas as pd
iris_dat = pd.read_csv('/global/cfs/cdirs/dasrepo/www/ai_ready_datasets/iris/data/iris.csv')
If you would like to download the data, visit the following link:
https://portal.nersc.gov/cfs/dasrepo/ai_ready_datasets/iris/data
- Downloads last month
- 13