@@ -53,7 +53,7 @@ def mutate(
5353 The source nodes to start the computation from
5454 scaler : str | dict[str, str | int | float] | ScalerConfig, default="NONE"
5555 The scaler to use. Can be:
56- - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'L1Norm', 'L2Norm', ' NONE')
56+ - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'NONE')
5757 - A dictionary with scaler configuration (e.g., {'type': 'Log', 'offset': 1.0})
5858 - A ScalerConfig instance
5959 - "NONE" (default, no scaling)
@@ -119,7 +119,7 @@ def stats(
119119 The source nodes to start the computation from
120120 scaler : str | dict[str, str | int | float] | ScalerConfig, default="NONE"
121121 The scaler to use. Can be:
122- - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'L1Norm', 'L2Norm', ' NONE')
122+ - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'NONE')
123123 - A dictionary with scaler configuration (e.g., {'type': 'Log', 'offset': 1.0})
124124 - A ScalerConfig instance
125125 - "NONE" (default, no scaling)
@@ -180,7 +180,7 @@ def stream(
180180 The source nodes to start the computation from
181181 scaler : str | dict[str, str | int | float] | ScalerConfig, default="NONE"
182182 The scaler to use. Can be:
183- - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'L1Norm', 'L2Norm', ' NONE')
183+ - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'NONE')
184184 - A dictionary with scaler configuration (e.g., {'type': 'Log', 'offset': 1.0})
185185 - A ScalerConfig instance
186186 - "NONE" (default, no scaling)
@@ -250,7 +250,7 @@ def write(
250250 The source nodes to start the computation from
251251 scaler : str | dict[str, str | int | float] | ScalerConfig, default="NONE"
252252 The scaler to use. Can be:
253- - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'L1Norm', 'L2Norm', ' NONE')
253+ - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'NONE')
254254 - A dictionary with scaler configuration (e.g., {'type': 'Log', 'offset': 1.0})
255255 - A ScalerConfig instance
256256 - "NONE" (default, no scaling)
@@ -309,7 +309,7 @@ def estimate(
309309 The source nodes to start the computation from
310310 scaler : str | dict[str, str | int | float] | ScalerConfig, default="NONE"
311311 The scaler to use. Can be:
312- - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'L1Norm', 'L2Norm', ' NONE')
312+ - A string (e.g., 'MinMax', 'Mean', 'Max', 'Log', 'StdScore', 'Center', 'NONE')
313313 - A dictionary with scaler configuration (e.g., {'type': 'Log', 'offset': 1.0})
314314 - A ScalerConfig instance
315315 - "NONE" (default, no scaling)
0 commit comments