This plugin is used to access csv data. You should provide and tell the model which column will be used for label.
Parameter | Type | Description |
---|---|---|
labelColumn | string | which column in the csv file will be used for label. |
Parameter | Type | Default Value | Description |
---|
"dataAccess": {
"package": "@pipcook/plugins-csv-data-access",
"params": {
"labelColumn": "output"
}
},