github.com/metaprov/modela-operator@v0.0.0-20240118193048-f378be8b74d2/manifests/modela-catalog/publicdatasets/mushroom.yaml (about) 1 apiVersion: catalog.modela.ai/v1alpha1 2 kind: PublicDataset 3 metadata: 4 name: mushroom 5 namespace: modela-catalog 6 spec: 7 url: https://github.com/metaprov/modelaapi/tree/main/datasets/mushroom 8 description: "From Audobon Society Field Guide; mushrooms described in terms of physical characteristics; classification poisonous or edible" 9 task: binary-classification 10 dataUrl: https://raw.githubusercontent.com/metaprov/modelaapi/main/datasets/mushroom/mushroom.csv 11 citation: "Mushroom records drawn from The Audubon Society Field Guide to North American Mushrooms (1981). G. H. Lincoff (Pres.), New York: Alfred A. Knopf" 12 rows: 8124 13 columns: 22 14 fileSize: 20000 15 targetColumn: "" 16 imbalanced: false