Example datasets¶
Exposes the example datasets from sklearn
Definition¶
Output ports¶
- X table
 X
- Y table
 Y
Configuration¶
- Class names (classnames)
 Attempts to use class names as Y
- color (color)
 (no description)
- Dataset (dataset)
 Choose from one of the default toy datasets
- min_pictures (min_pictures)
 Minimum number of pictures per person required for including a person in the LFW dataset
- resize (resize)
 Resize LFW pictures, default 0.5 give size 62x47 images
Implementation¶
- class node_io.ExampleDatasets[source]