Machine learning interface tasks (dqa.tasks.ml
)#
|
Resamples a training and label data set such that there is an equal number of samples for each label value. |
|
Converts index labels into one-hot vectors. |
|
Abstract basis class for a task that extracts labels from a separate dataset into one or multiple main datasets. |
|
Creates a label metadata key from a table in another dataset specifying a range for each label. |
|
Performs a prediction with a machine learning model. |
|
Randomly subsamples data to a specified relative ratio or absolute size. |
|
Splits data into training and test data. |
|
Performs training with a machine learning model. |
|
Transforms a 2-dimensional labels array with multiple values in each row (for example from taking windows of a label time series) into a 1-dimensional label vector. |