Arguments
This function internally uses Analytics Database function OneHotEncodingFit through teradataml Analytics Database functions.
Returns output columns with values 0 and 1 depending on 'categorySizes'.
It works only on columns with string value
PySpark Argument Name | Open Source Function Argument Name | Notes |
---|---|---|
dropLast | Not yet available. | |
handleInvalid | Not yet available. | |
inputCol | target_column | |
inputCols | target_column | |
outputCol | Not yet available. | |
outputCols | Not yet available. |
Attributes/Methods
Attribute/Method Name | Supported | Notes |
---|---|---|
clear | ||
copy | ||
explainParam | ||
explainParams | ||
extractParamMap | ||
fit | ||
fitMultiple | ||
getDropLast | ||
getHandleInvalid | ||
getInputCol | ||
getInputCols | ||
getOrDefault | ||
getOutputCol | ||
getOutputCols | ||
getParam | ||
hasDefault | ||
hasParam | ||
isDefined | ||
isSet | ||
load | ||
read | ||
save | ||
set | ||
setDropLast | ||
setHandleInvalid | ||
setInputCol | ||
SetInputCols | ||
setOutputCol | ||
setOutputCols | ||
setParams | ||
write |