Skip to main content

Module dataset

Module dataset 

Source
Expand description

Dataset ingestion: (X, y) pairs from arrays or CSV.

Structsยง

DataSet
A dataset of input features x (shape [n_rows, n_vars]) and targets y ([n_rows]).
Standardizer
Per-column affine transform (value - mean) / std learned from a DataSet.