We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879e55e commit 6fdf4e3Copy full SHA for 6fdf4e3
tensorflow_transform/analyzers.py
@@ -506,7 +506,7 @@ def _min_and_max(x: common_types.TensorType,
506
-output_dtype.max)
507
elif not reduce_instance_dims and isinstance(x, tf.RaggedTensor):
508
raise NotImplementedError(
509
- 'Elemenwise min_and_max does not support RaggedTensors.')
+ 'Elementwise min_and_max does not support RaggedTensors.')
510
else:
511
combine_fn = np.max
512
default_accumulator_value = (-np.inf if x.dtype.is_floating else
0 commit comments