Skip to content

Commit

Permalink
change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
runjie committed Mar 22, 2024
1 parent 64a3c4f commit 9b28136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/gs-processing/developer/input-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ arguments.
- ``rank-gauss``: Normalize each value using Rank-Gauss normalization. Rank-gauss first ranks all values,
converts the ranks to the -1/1 range, and applies the `inverse of the error function <https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.erfinv.html>`_ to make the values conform
to a Gaussian distribution shape. This transformation only supports a single column as input.
- ``out_dtype``(Optional): Specify the data type of the transformed feature.
Currently we only support ``float32`` and ``float64``.
- ``out_dtype`` (Optional): Specify the data type of the transformed feature.
Currently we only support ``float32`` and ``float64`` .
- ``epsilon``: Only relevant for ``rank-gauss``, this epsilon value is added to the denominator
to avoid infinite values during normalization.
- ``multi-numerical``
Expand All @@ -408,8 +408,8 @@ arguments.
- ``separator`` (String, optional): Same as for ``no-op`` transformation, used to separate numerical
values in CSV input. If the input data are in Parquet format, each value in the
column is assumed to be an array of floats.
- ``out_dtype``(Optional): Specify the data type of the transformed feature.
Currently we only support ``float32`` and ``float64``.
- ``out_dtype`` (Optional): Specify the data type of the transformed feature.
Currently we only support ``float32`` and ``float64`` .

- ``bucket-numerical``

Expand Down

0 comments on commit 9b28136

Please sign in to comment.