Class

com.salesforce.op.stages.impl.regression

OpLinearRegression

Related Doc: package regression

Permalink

class OpLinearRegression extends OpPredictorWrapper[LinearRegression, LinearRegressionModel] with OpLinearRegressionParams

Wrapper around spark ml linear regression org.apache.spark.ml.regression.LinearRegression

Linear Supertypes
OpLinearRegressionParams, LinearRegressionParams, HasLoss, HasAggregationDepth, HasSolver, HasWeightCol, HasStandardization, HasFitIntercept, HasTol, HasMaxIter, HasElasticNetParam, HasRegParam, PredictorParams, HasPredictionCol, HasFeaturesCol, HasLabelCol, OpPredictorWrapper[LinearRegression, LinearRegressionModel], SparkWrapperParams[LinearRegression], OpPipelineStage2[RealNN, OPVector, Prediction], HasOut[Prediction], HasIn2, HasIn1, OpPipelineStage[Prediction], OpPipelineStageBase, MLWritable, OpPipelineStageParams, InputParams, Estimator[OpPredictorWrapperModel[LinearRegressionModel]], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpLinearRegression
  2. OpLinearRegressionParams
  3. LinearRegressionParams
  4. HasLoss
  5. HasAggregationDepth
  6. HasSolver
  7. HasWeightCol
  8. HasStandardization
  9. HasFitIntercept
  10. HasTol
  11. HasMaxIter
  12. HasElasticNetParam
  13. HasRegParam
  14. PredictorParams
  15. HasPredictionCol
  16. HasFeaturesCol
  17. HasLabelCol
  18. OpPredictorWrapper
  19. SparkWrapperParams
  20. OpPipelineStage2
  21. HasOut
  22. HasIn2
  23. HasIn1
  24. OpPipelineStage
  25. OpPipelineStageBase
  26. MLWritable
  27. OpPipelineStageParams
  28. InputParams
  29. Estimator
  30. PipelineStage
  31. Logging
  32. Params
  33. Serializable
  34. Serializable
  35. Identifiable
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpLinearRegression(uid: String = UID[OpLinearRegression])

    Permalink

Type Members

  1. final type InputFeatures = (FeatureLike[RealNN], FeatureLike[OPVector])

    Permalink
    Definition Classes
    OpPipelineStage2 → OpPipelineStage → InputParams
  2. final type OutputFeatures = FeatureLike[Prediction]

    Permalink
    Definition Classes
    OpPipelineStage → OpPipelineStageBase

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final val aggregationDepth: IntParam

    Permalink
    Definition Classes
    HasAggregationDepth
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def checkInputLength(features: Array[_]): Boolean

    Permalink
    Definition Classes
    OpPipelineStage2 → InputParams
  8. def checkSerializable: Try[Unit]

    Permalink
    Definition Classes
    OpPipelineStageBase
  9. final def clear(param: Param[_]): OpLinearRegression.this.type

    Permalink
    Definition Classes
    Params
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def copy(extra: ParamMap): OpLinearRegression.this.type

    Permalink
    Definition Classes
    OpPipelineStageBase → Params
  12. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  13. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  14. final val elasticNetParam: DoubleParam

    Permalink
    Definition Classes
    HasElasticNetParam
  15. final val epsilon: DoubleParam

    Permalink
    Definition Classes
    LinearRegressionParams
    Annotations
    @Since( "2.3.0" )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  19. def explainParams(): String

    Permalink
    Definition Classes
    Params
  20. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  21. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  22. final val featuresCol: Param[String]

    Permalink
    Definition Classes
    HasFeaturesCol
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fit(dataset: Dataset[_]): OpPredictorWrapperModel[LinearRegressionModel]

    Permalink

    Function that fits the binary model

    Function that fits the binary model

    Definition Classes
    OpPredictorWrapper → Estimator
  25. def fit(dataset: Dataset[_], paramMaps: Array[ParamMap]): Seq[OpPredictorWrapperModel[LinearRegressionModel]]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  26. def fit(dataset: Dataset[_], paramMap: ParamMap): OpPredictorWrapperModel[LinearRegressionModel]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  27. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): OpPredictorWrapperModel[LinearRegressionModel]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  28. final val fitIntercept: BooleanParam

    Permalink
    Definition Classes
    HasFitIntercept
  29. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  30. final def getAggregationDepth: Int

    Permalink
    Definition Classes
    HasAggregationDepth
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  33. final def getElasticNetParam: Double

    Permalink
    Definition Classes
    HasElasticNetParam
  34. def getEpsilon: Double

    Permalink
    Definition Classes
    LinearRegressionParams
    Annotations
    @Since( "2.3.0" )
  35. final def getFeaturesCol: String

    Permalink
    Definition Classes
    HasFeaturesCol
  36. final def getFitIntercept: Boolean

    Permalink
    Definition Classes
    HasFitIntercept
  37. def getInputColParamNames(): Array[String]

    Permalink
    Definition Classes
    SparkWrapperParams
  38. final def getInputFeature[T <: FeatureType](i: Int): Option[FeatureLike[T]]

    Permalink
    Definition Classes
    InputParams
  39. final def getInputFeatures(): Array[OPFeature]

    Permalink
    Definition Classes
    InputParams
  40. final def getInputSchema(): StructType

    Permalink
    Definition Classes
    OpPipelineStageParams
  41. final def getLabelCol: String

    Permalink
    Definition Classes
    HasLabelCol
  42. final def getLoss: String

    Permalink
    Definition Classes
    HasLoss
  43. final def getMaxIter: Int

    Permalink
    Definition Classes
    HasMaxIter
  44. final def getMetadata(): Metadata

    Permalink
    Definition Classes
    OpPipelineStageParams
  45. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  46. def getOutput(): FeatureLike[Prediction]

    Permalink
    Definition Classes
    HasOut
  47. def getOutputColParamNames(): Array[String]

    Permalink
    Definition Classes
    SparkWrapperParams
  48. final def getOutputFeatureName: String

    Permalink
    Definition Classes
    OpPipelineStage
  49. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  50. final def getPredictionCol: String

    Permalink
    Definition Classes
    HasPredictionCol
  51. final def getRegParam: Double

    Permalink
    Definition Classes
    HasRegParam
  52. final def getSolver: String

    Permalink
    Definition Classes
    HasSolver
  53. def getSparkMlStage(): Option[LinearRegression]

    Permalink
    Definition Classes
    SparkWrapperParams
  54. def getStageSavePath(): Option[String]

    Permalink
    Definition Classes
    SparkWrapperParams
  55. final def getStandardization: Boolean

    Permalink
    Definition Classes
    HasStandardization
  56. final def getTol: Double

    Permalink
    Definition Classes
    HasTol
  57. final def getTransientFeature(i: Int): Option[TransientFeature]

    Permalink
    Definition Classes
    InputParams
  58. final def getTransientFeatures(): Array[TransientFeature]

    Permalink
    Definition Classes
    InputParams
  59. final def getWeightCol: String

    Permalink
    Definition Classes
    HasWeightCol
  60. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  61. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  62. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  63. final def in1: TransientFeature

    Permalink
    Attributes
    protected
    Definition Classes
    HasIn1
  64. final def in2: TransientFeature

    Permalink
    Attributes
    protected
    Definition Classes
    HasIn2
  65. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  66. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  67. final def inputAsArray(in: InputFeatures): Array[OPFeature]

    Permalink
    Definition Classes
    OpPipelineStage2 → InputParams
  68. val inputParam1Name: String

    Permalink
    Definition Classes
    OpPredictorWrapper
  69. val inputParam2Name: String

    Permalink
    Definition Classes
    OpPredictorWrapper
  70. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  71. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  72. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  73. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  74. final val labelCol: Param[String]

    Permalink
    Definition Classes
    HasLabelCol
  75. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  76. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  77. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  78. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  79. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  80. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  81. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  82. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  83. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  84. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  85. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  86. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  87. final val loss: Param[String]

    Permalink
    Definition Classes
    LinearRegressionParams → HasLoss
    Annotations
    @Since( "2.3.0" )
  88. final val maxIter: IntParam

    Permalink
    Definition Classes
    HasMaxIter
  89. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  90. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  91. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  92. def onGetMetadata(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OpPipelineStageParams
  93. def onSetInput(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OpLinearRegression → InputParams
  94. val operationName: String

    Permalink
    Definition Classes
    OpPredictorWrapper → OpPipelineStageBase
  95. final def outputAsArray(out: OutputFeatures): Array[OPFeature]

    Permalink
    Definition Classes
    OpPipelineStage → OpPipelineStageBase
  96. def outputFeatureUid: String

    Permalink
    Attributes
    protected[com.salesforce.op]
    Definition Classes
    OpPipelineStage2 → OpPipelineStage
  97. def outputIsResponse: Boolean

    Permalink
    Definition Classes
    OpPipelineStage
  98. val outputParamName: String

    Permalink
    Definition Classes
    OpPredictorWrapper
  99. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  100. final val predictionCol: Param[String]

    Permalink
    Definition Classes
    HasPredictionCol
  101. val predictor: LinearRegression

    Permalink

    the predictor to wrap

    the predictor to wrap

    Definition Classes
    OpPredictorWrapper
  102. final val regParam: DoubleParam

    Permalink
    Definition Classes
    HasRegParam
  103. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  104. final def set(paramPair: ParamPair[_]): OpLinearRegression.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  105. final def set(param: String, value: Any): OpLinearRegression.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  106. final def set[T](param: Param[T], value: T): OpLinearRegression.this.type

    Permalink
    Definition Classes
    Params
  107. def setAggregationDepth(value: Int): OpLinearRegression.this.type

    Permalink

    Suggested depth for treeAggregate (greater than or equal to 2).

    Suggested depth for treeAggregate (greater than or equal to 2). If the dimensions of features or the number of partitions are large, this param could be adjusted to a larger size. Default is 2.

  108. final def setDefault(paramPairs: ParamPair[_]*): OpLinearRegression.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  109. final def setDefault[T](param: Param[T], value: T): OpLinearRegression.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  110. def setElasticNetParam(value: Double): OpLinearRegression.this.type

    Permalink

    Set the ElasticNet mixing parameter.

    Set the ElasticNet mixing parameter. For alpha = 0, the penalty is an L2 penalty. For alpha = 1, it is an L1 penalty. For alpha in (0,1), the penalty is a combination of L1 and L2. Default is 0.0 which is an L2 penalty.

  111. def setFitIntercept(value: Boolean): OpLinearRegression.this.type

    Permalink

    Set if we should fit the intercept.

    Set if we should fit the intercept. Default is true.

  112. final def setInput(features: InputFeatures): OpLinearRegression.this.type

    Permalink
    Definition Classes
    OpPipelineStageBase
  113. final def setInputFeatures[S <: OPFeature](features: Array[S]): OpLinearRegression.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    InputParams
  114. def setMaxIter(value: Int): OpLinearRegression.this.type

    Permalink

    Set the maximum number of iterations.

    Set the maximum number of iterations. Default is 100.

  115. final def setMetadata(m: Metadata): OpLinearRegression.this.type

    Permalink
    Definition Classes
    OpPipelineStageParams
  116. def setOutputFeatureName(name: String): OpLinearRegression.this.type

    Permalink
    Definition Classes
    OpPipelineStage
  117. def setRegParam(value: Double): OpLinearRegression.this.type

    Permalink

    Set the regularization parameter.

    Set the regularization parameter. Default is 0.0.

  118. def setSolver(value: String): OpLinearRegression.this.type

    Permalink

    Set the solver algorithm used for optimization.

    Set the solver algorithm used for optimization. In case of linear regression, this can be "l-bfgs", "normal" and "auto".

    • "l-bfgs" denotes Limited-memory BFGS which is a limited-memory quasi-Newton optimization method.
    • "normal" denotes using Normal Equation as an analytical solution to the linear regression problem. This solver is limited to LinearRegression.MAX_FEATURES_FOR_NORMAL_SOLVER.
    • "auto" (default) means that the solver algorithm is selected automatically. The Normal Equations solver will be used when possible, but this will automatically fall back to iterative optimization methods when needed.
  119. def setSparkMlStage(stage: Option[LinearRegression]): OpLinearRegression.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    SparkWrapperParams
  120. def setStageSavePath(path: String): OpLinearRegression.this.type

    Permalink
    Definition Classes
    SparkWrapperParams
  121. def setStandardization(value: Boolean): OpLinearRegression.this.type

    Permalink

    Whether to standardize the training features before fitting the model.

    Whether to standardize the training features before fitting the model. The coefficients of models will be always returned on the original scale, so it will be transparent for users. Default is true.

    Note

    With/without standardization, the models should be always converged to the same solution when no regularization is applied. In R's GLMNET package, the default behavior is true as well.

  122. def setTol(value: Double): OpLinearRegression.this.type

    Permalink

    Set the convergence tolerance of iterations.

    Set the convergence tolerance of iterations. Smaller value will lead to higher accuracy with the cost of more iterations. Default is 1E-6.

  123. def setWeightCol(value: String): OpLinearRegression.this.type

    Permalink

    Whether to over-/under-sample training instances according to the given weights in weightCol.

    Whether to over-/under-sample training instances according to the given weights in weightCol. If not set or empty, all instances are treated equally (weight 1.0). Default is not set, so all instances have weight one.

  124. final val solver: Param[String]

    Permalink
    Definition Classes
    LinearRegressionParams → HasSolver
    Annotations
    @Since( "1.6.0" )
  125. final val sparkInputColParamNames: StringArrayParam

    Permalink
    Definition Classes
    SparkWrapperParams
  126. final val sparkMlStage: SparkStageParam[LinearRegression]

    Permalink
    Definition Classes
    SparkWrapperParams
  127. final val sparkOutputColParamNames: StringArrayParam

    Permalink
    Definition Classes
    SparkWrapperParams
  128. final def stageName: String

    Permalink
    Definition Classes
    OpPipelineStageBase
  129. final val standardization: BooleanParam

    Permalink
    Definition Classes
    HasStandardization
  130. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  131. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  132. final val tol: DoubleParam

    Permalink
    Definition Classes
    HasTol
  133. final def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    OpPipelineStageBase
  134. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  135. implicit val tti1: scala.reflect.api.JavaUniverse.TypeTag[RealNN]

    Permalink
    Definition Classes
    OpPredictorWrapper
  136. implicit val tti2: scala.reflect.api.JavaUniverse.TypeTag[OPVector]

    Permalink
    Definition Classes
    OpPredictorWrapper
  137. implicit val tto: scala.reflect.api.JavaUniverse.TypeTag[Prediction]

    Permalink
    Definition Classes
    OpPredictorWrapper → HasOut
  138. implicit val ttov: scala.reflect.api.JavaUniverse.TypeTag[Map[String, Double]]

    Permalink
    Definition Classes
    OpPredictorWrapper → HasOut
  139. val uid: String

    Permalink

    stage uid

    stage uid

    Definition Classes
    OpPredictorWrapper → Identifiable
  140. def validateAndTransformSchema(schema: StructType, fitting: Boolean, featuresDataType: DataType): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    LinearRegressionParams → PredictorParams
  141. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  142. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  143. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  144. final val weightCol: Param[String]

    Permalink
    Definition Classes
    HasWeightCol
  145. final def write: MLWriter

    Permalink
    Definition Classes
    OpPipelineStageBase → MLWritable

Inherited from OpLinearRegressionParams

Inherited from LinearRegressionParams

Inherited from HasLoss

Inherited from HasAggregationDepth

Inherited from HasSolver

Inherited from HasWeightCol

Inherited from HasStandardization

Inherited from HasFitIntercept

Inherited from HasTol

Inherited from HasMaxIter

Inherited from HasElasticNetParam

Inherited from HasRegParam

Inherited from PredictorParams

Inherited from HasPredictionCol

Inherited from HasFeaturesCol

Inherited from HasLabelCol

Inherited from OpPredictorWrapper[LinearRegression, LinearRegressionModel]

Inherited from SparkWrapperParams[LinearRegression]

Inherited from OpPipelineStage2[RealNN, OPVector, Prediction]

Inherited from HasOut[Prediction]

Inherited from HasIn2

Inherited from HasIn1

Inherited from OpPipelineStage[Prediction]

Inherited from OpPipelineStageBase

Inherited from MLWritable

Inherited from OpPipelineStageParams

Inherited from InputParams

Inherited from Estimator[OpPredictorWrapperModel[LinearRegressionModel]]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

expertSetParam

setParam

Ungrouped