Datasets:
File size: 289 Bytes
ec5bf94 | 1 2 3 4 5 6 7 8 9 | # @package data.data_normalizer
# How to normalise the processed data. The schemes are implemented in loader/normalization.py.
# This one leaves the hardware integers exactly as the record stores them.
_target_: loader.normalization.L1DataNormalizer
name: unnormalized
hyperparams: null
|