Example datasets

../../../../_images/example_datasets.svg

Exposes the example datasets from sklearn

Configuration:
  • dataset

    Choose from one of the default toy datasets

  • classnames

    Attempts to use class names as Y

  • color

  • min_pictures

    Minimum number of pictures per person required for including a person in the LFW dataset

  • resize

    Resize LFW pictures, default 0.5 give size 62x47 images

Inputs:
Outputs:
X : table

X

Y : table

Y

Ports:

Outputs:

X:

table

X

Y:

table

Y

Configuration:

dataset
Choose from one of the default toy datasets
classnames
Attempts to use class names as Y
color
(no description)
min_pictures
Minimum number of pictures per person required for including a person in the LFW dataset
resize
Resize LFW pictures, default 0.5 give size 62x47 images
class node_io.ExampleDatasets[source]