Arguments
This function internally uses regular Dataframe manipulation through teradataml.
outputCol is ignored. All the scaled columns will have same names as they have before.
| PySpark Argument Name | Open Source Function Argument Name | Notes |
|---|---|---|
| inputCol | Not yet available. | |
| outputCol | Not yet available. | Argument is ignored. Transformed DF replaces the values with actual input columns. |
Attributes/Methods
| Attribute/Method Name | Supported | Notes |
|---|---|---|
| clear | ||
| copy | ||
| explainParam | ||
| explainParams | ||
| extractParamMap | ||
| fit | ||
| fitMultiple | ||
| getInputCol | ||
| getOrDefault | ||
| getOutputCol | ||
| getParam | ||
| hasDefault | ||
| hasParam | ||
| isDefined | ||
| isSet | ||
| load | ||
| read | ||
| save | ||
| set | ||
| setInputCol | ||
| setOutputCol | ||
| setParams | ||
| write | ||
| inputCol | ||
| outputCol | ||
| params |