class ICETransformer extends Transformer with HasExplainTarget with HasModel with ICEFeatureParams with Wrappable with ComplexParamsWritable

ICETransformer displays the model dependence on specified features with the given dataframe as background dataset. It supports 2 types of plots: individual - dependence per instance and average - across all the samples in the dataset. Note: This transformer only supports one-way dependence plot.

Annotations
@Experimental()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ICETransformer
  2. ComplexParamsWritable
  3. MLWritable
  4. Wrappable
  5. DotnetWrappable
  6. RWrappable
  7. PythonWrappable
  8. BaseWrappable
  9. ICEFeatureParams
  10. HasNumSamples
  11. HasModel
  12. HasExplainTarget
  13. CanValidateSchema
  14. Transformer
  15. PipelineStage
  16. Logging
  17. Params
  18. Serializable
  19. Serializable
  20. Identifiable
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ICETransformer()
  2. new ICETransformer(uid: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val averageKind: String
    Definition Classes
    ICEFeatureParams
  7. val categoricalFeatures: TypedArrayParam[ICECategoricalFeature]
    Definition Classes
    ICEFeatureParams
  8. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  9. final def clear(param: Param[_]): ICETransformer.this.type
    Definition Classes
    Params
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  12. def copy(extra: ParamMap): Transformer
    Definition Classes
    ICETransformer → Transformer → PipelineStage → Params
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  15. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  16. val dependenceNameCol: Param[String]
    Definition Classes
    ICEFeatureParams
  17. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  18. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  19. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  37. def explainParams(): String
    Definition Classes
    Params
  38. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  39. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  40. val featureKind: String
    Definition Classes
    ICEFeatureParams
  41. val featureNameCol: Param[String]
    Definition Classes
    ICEFeatureParams
  42. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  44. def getCategoricalFeatures: Seq[ICECategoricalFeature]
    Definition Classes
    ICEFeatureParams
  45. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  47. def getDependenceNameCol: String
    Definition Classes
    ICEFeatureParams
  48. def getFeatureNameCol: String
    Definition Classes
    ICEFeatureParams
  49. def getKind: String
    Definition Classes
    ICEFeatureParams
  50. final def getModel: Transformer
    Definition Classes
    HasModel
  51. final def getNumSamples: Int
    Definition Classes
    HasNumSamples
  52. final def getNumSamplesOpt: Option[Int]
    Definition Classes
    HasNumSamples
  53. def getNumericFeatures: Seq[ICENumericFeature]
    Definition Classes
    ICEFeatureParams
  54. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  55. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  56. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  57. final def getTargetClasses: Array[Int]
    Definition Classes
    HasExplainTarget
  58. final def getTargetClassesCol: String
    Definition Classes
    HasExplainTarget
  59. final def getTargetCol: String
    Definition Classes
    HasExplainTarget
  60. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  61. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  62. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. val individualKind: String
    Definition Classes
    ICEFeatureParams
  64. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  65. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  69. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  70. val kind: Param[String]
    Definition Classes
    ICEFeatureParams
  71. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  72. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  75. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  76. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  79. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  84. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  85. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  86. final val model: TransformerParam
    Definition Classes
    HasModel
  87. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  88. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  89. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  90. final val numSamples: IntParam
    Definition Classes
    HasNumSamples
  91. val numericFeatures: TypedArrayParam[ICENumericFeature]
    Definition Classes
    ICEFeatureParams
  92. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  93. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  94. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  95. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  96. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  97. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  98. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  99. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  100. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    ICETransformerPythonWrappable
  101. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  102. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  103. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  104. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  105. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  106. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  107. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  108. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  109. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  110. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  111. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  112. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  113. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  114. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  115. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  116. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  117. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  118. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  119. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  120. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  121. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  122. final def set(paramPair: ParamPair[_]): ICETransformer.this.type
    Attributes
    protected
    Definition Classes
    Params
  123. final def set(param: String, value: Any): ICETransformer.this.type
    Attributes
    protected
    Definition Classes
    Params
  124. final def set[T](param: Param[T], value: T): ICETransformer.this.type
    Definition Classes
    Params
  125. def setCategoricalFeatures(values: Seq[ICECategoricalFeature]): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  126. def setCategoricalFeaturesPy(values: List[HashMap[String, Any]]): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  127. final def setDefault(paramPairs: ParamPair[_]*): ICETransformer.this.type
    Attributes
    protected
    Definition Classes
    Params
  128. final def setDefault[T](param: Param[T], value: T): ICETransformer.this.type
    Attributes
    protected
    Definition Classes
    Params
  129. def setDependenceNameCol(value: String): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  130. def setFeatureNameCol(value: String): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  131. def setKind(value: String): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  132. final def setModel(v: Transformer): ICETransformer.this.type
    Definition Classes
    HasModel
  133. final def setNumSamples(value: Int): ICETransformer.this.type
    Definition Classes
    HasNumSamples
  134. def setNumericFeatures(values: Seq[ICENumericFeature]): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  135. def setNumericFeaturesPy(values: List[HashMap[String, Any]]): ICETransformer.this.type
    Definition Classes
    ICEFeatureParams
  136. final def setTargetClasses(values: Array[Int]): ICETransformer.this.type
    Definition Classes
    HasExplainTarget
  137. final def setTargetClassesCol(value: String): ICETransformer.this.type
    Definition Classes
    HasExplainTarget
  138. final def setTargetCol(value: String): ICETransformer.this.type
    Definition Classes
    HasExplainTarget
  139. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  140. final val targetClasses: IntArrayParam
    Definition Classes
    HasExplainTarget
  141. final val targetClassesCol: Param[String]
    Definition Classes
    HasExplainTarget
  142. final val targetCol: Param[String]
    Definition Classes
    HasExplainTarget
  143. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  144. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  145. def transform(ds: Dataset[_]): DataFrame
    Definition Classes
    ICETransformer → Transformer
  146. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  147. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  148. def transformSchema(schema: StructType): StructType
    Definition Classes
    ICETransformer → PipelineStage
  149. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  150. val uid: String
    Definition Classes
    ICETransformer → Identifiable
  151. def validateSchema(inputSchema: StructType): Unit
    Attributes
    protected
    Definition Classes
    HasExplainTargetCanValidateSchema
  152. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  155. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from ICEFeatureParams

Inherited from HasNumSamples

Inherited from HasModel

Inherited from HasExplainTarget

Inherited from CanValidateSchema

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped