OneHot#
- class bayesflow.adapters.transforms.OneHot(num_classes: int)[source]#
Bases:
ElementwiseTransform
Changes data to be one-hot encoded.
- Parameters:
- num_classesint
Number of classes for the encoding.
Bases: ElementwiseTransform
Changes data to be one-hot encoded.
Number of classes for the encoding.