Module neural_networks_rust::dataset
source · Expand description
Dataset specification (metadata, preprocessing flags…)
Structs
- A structure that specifies features (aka “columns”) that will be fed to the network and the preprocessing pipeline. This is not the actual data, it is only metadata for the framework.
- A structure that holds metadata of a feature (aka. a “column”) of a data table.
Enums
- Tags to be used to describe a feature and its related preprocessing.