类 XGBoostRanker 扩展 Predictor[Vector, XGBoostRanker, XGBoostRankerModel] 并具有 XGBoostEstimator[XGBoostRanker, XGBoostRankerModel] 和 HasGroupCol
线性超类
排序
- 字母顺序
- 按继承顺序
已继承
- XGBoostRanker
- HasGroupCol
- XGBoostEstimator
- DefaultParamsWritable
- MLWritable
- ParamMapConversion
- NonParamVariables
- ParamUtils
- SparkParams
- SchemaValidationTrait
- RabitParams
- NonXGBoostParams
- HasContribPredictionCol
- HasLeafPredictionCol
- HasWeightCol
- HasBaseMarginCol
- HasFeaturesCols
- XGBoostParams
- DartBoosterParams
- GeneralParams
- LearningTaskParams
- TreeBoosterParams
- 预测器
- PredictorParams
- HasPredictionCol
- HasFeaturesCol
- HasLabelCol
- Estimator
- PipelineStage
- Logging
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- 隐藏所有
- 显示所有
可见性
- 公共
- 所有
实例构造函数
值成员
-
最终 def !=(arg0: Any): Boolean
- 定义类
- AnyRef → Any
-
最终 def ##(): Int
- 定义类
- AnyRef → Any
-
最终 def $[T](param: Param[T]): T
- 属性
- protected
- 定义类
- Params
-
最终 def ==(arg0: Any): Boolean
- 定义类
- AnyRef → Any
-
def addNonXGBoostParam(ps: Param[_]*): Unit
- 属性
- protected
- 定义类
- NonXGBoostParams
-
最终 val aftLossDistribution: Param[String]
- 定义类
- LearningTaskParams
-
最终 val alpha: DoubleParam
- 定义类
- TreeBoosterParams
-
最终 def asInstanceOf[T0]: T0
- 定义类
- Any
-
最终 val baseMarginCol: Param[String]
初始预测(又称基准边距)列名的参数。
初始预测(又称基准边距)列名的参数。
-
最终 val baseScore: DoubleParam
- 定义类
- LearningTaskParams
-
最终 val booster: Param[String]
- 定义类
- GeneralParams
-
最终 val cacheHostRatio: FloatParam
- 定义类
- SparkParams
-
最终 def clear(param: Param[_]): XGBoostRanker.this.type
- 定义类
- Params
-
def clone(): AnyRef
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()
-
最终 val colsampleBylevel: DoubleParam
- 定义类
- TreeBoosterParams
-
最终 val colsampleBynode: DoubleParam
- 定义类
- TreeBoosterParams
-
最终 val colsampleBytree: DoubleParam
- 定义类
- TreeBoosterParams
-
最终 val contribPredictionCol: Param[String]
贡献预测列的参数。
贡献预测列的参数。
-
def copy(extra: ParamMap): XGBoostRanker
- 定义类
- XGBoostEstimator → Estimator → PipelineStage → Params
-
def copyValues[T <: Params](to: T, extra: ParamMap): T
- 属性
- protected
- 定义类
- Params
-
def createModel(booster: Booster, summary: XGBoostTrainingSummary): XGBoostRankerModel
- 属性
- protected
- 定义类
- XGBoostRanker → XGBoostEstimator
-
最终 val customEval: CustomEvalParam
- 定义类
- SparkParams
-
最终 val customObj: CustomObjParam
- 定义类
- SparkParams
-
最终 def defaultCopy[T <: Params](extra: ParamMap): T
- 属性
- protected
- 定义类
- Params
-
最终 val device: Param[String]
- 定义类
- GeneralParams
-
最终 def eq(arg0: AnyRef): Boolean
- 定义类
- AnyRef
-
def equals(arg0: Any): Boolean
- 定义类
- AnyRef → Any
-
最终 val eta: DoubleParam
- 定义类
- TreeBoosterParams
-
最终 val evalMetric: Param[String]
- 定义类
- LearningTaskParams
-
def explainParam(param: Param[_]): String
- 定义类
- Params
-
def explainParams(): String
- 定义类
- Params
-
最终 def extractParamMap(): ParamMap
- 定义类
- Params
-
最终 def extractParamMap(extra: ParamMap): ParamMap
- 定义类
- Params
-
def featureIsArrayType(schema: StructType): Boolean
- 属性
- protected[spark]
- 定义类
- SparkParams
-
最终 val featureNames: StringArrayParam
特征名称,将设置为 DMatrix 和 Booster,并在最终的本地 JSON 模型中。
特征名称,将设置为 DMatrix 和 Booster,并在最终的本地 JSON 模型中。在本地代码中,参数名为 feature_name。
- 定义类
- SparkParams
-
最终 val featureTypes: StringArrayParam
特征类型,q 为数字,c 为类别。
特征类型,q 为数字,c 为类别。在本地代码中,参数名为 feature_type
- 定义类
- SparkParams
-
最终 val featuresCol: Param[String]
- 定义类
- HasFeaturesCol
-
最终 val featuresCols: StringArrayParam
特征列名称的参数。
特征列名称的参数。
-
def finalize(): Unit
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( classOf[java.lang.Throwable] )
-
def fit(dataset: Dataset[_]): XGBoostRankerModel
- 定义类
- Predictor → Estimator
-
def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[XGBoostRankerModel]
- 定义类
- Estimator
- 注解
- @Since( "2.0.0" )
-
def fit(dataset: Dataset[_], paramMap: ParamMap): XGBoostRankerModel
- 定义类
- Estimator
- 注解
- @Since( "2.0.0" )
-
def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): XGBoostRankerModel
- 定义类
- Estimator
- 注解
- @Since( "2.0.0" ) @varargs()
-
最终 val forceRepartition: BooleanParam
- 定义类
- SparkParams
-
最终 val gamma: DoubleParam
- 定义类
- TreeBoosterParams
-
最终 def get[T](param: Param[T]): Option[T]
- 定义类
- Params
-
最终 def getAftLossDistribution: String
- 定义类
- LearningTaskParams
-
最终 def getAlpha: Double
- 定义类
- TreeBoosterParams
- 最终 def getBaseMarginCol: String
-
最终 def getBaseScore: Double
- 定义类
- LearningTaskParams
-
最终 def getBooster: String
- 定义类
- GeneralParams
-
最终 def getCacheHostRatio: Float
- 定义类
- SparkParams
-
最终 def getClass(): Class[_]
- 定义类
- AnyRef → Any
- 注解
- @native()
-
最终 def getColsampleBylevel: Double
- 定义类
- TreeBoosterParams
-
最终 def getColsampleBynode: Double
- 定义类
- TreeBoosterParams
-
最终 def getColsampleBytree: Double
- 定义类
- TreeBoosterParams
- 最终 def getContribPredictionCol: String
-
最终 def getCustomEval: EvalTrait
- 定义类
- SparkParams
-
最终 def getCustomObj: ObjectiveTrait
- 定义类
- SparkParams
-
最终 def getDefault[T](param: Param[T]): Option[T]
- 定义类
- Params
-
最终 def getDevice: String
- 定义类
- GeneralParams
-
最终 def getEta: Double
- 定义类
- TreeBoosterParams
-
def getEvalDataset(): Option[Dataset[_]]
- 定义类
- NonParamVariables
-
最终 def getEvalMetric: String
- 定义类
- LearningTaskParams
-
最终 def getFeatureNames: Array[String]
- 定义类
- SparkParams
-
最终 def getFeatureTypes: Array[String]
- 定义类
- SparkParams
-
最终 def getFeaturesCol: String
- 定义类
- HasFeaturesCol
- 最终 def getFeaturesCols: Array[String]
-
最终 def getForceRepartition: Boolean
- 定义类
- SparkParams
-
最终 def getGamma: Double
- 定义类
- TreeBoosterParams
-
最终 def getGroupCol: String
- 定义类
- HasGroupCol
-
最终 def getGrowPolicy: String
- 定义类
- TreeBoosterParams
-
最终 def getHuberSlope: Double
- 定义类
- LearningTaskParams
-
最终 def getInferBatchSize: Int
- 定义类
- SparkParams
-
最终 def getInteractionConstraints: String
- 定义类
- TreeBoosterParams
-
最终 def getLabelCol: String
- 定义类
- HasLabelCol
-
最终 def getLambda: Double
- 定义类
- TreeBoosterParams
-
最终 def getLambdarankBiasNorm: Double
- 定义类
- LearningTaskParams
-
最终 def getLambdarankNumPairPerSample: Int
- 定义类
- LearningTaskParams
-
最终 def getLambdarankPairMethod: String
- 定义类
- LearningTaskParams
-
最终 def getLambdarankUnbiased: Boolean
- 定义类
- LearningTaskParams
- 最终 def getLeafPredictionCol: String
-
最终 def getMaxBins: Int
- 定义类
- TreeBoosterParams
-
最终 def getMaxCachedHistNode: Int
- 定义类
- TreeBoosterParams
-
最终 def getMaxDeltaStep: Double
- 定义类
- TreeBoosterParams
-
最终 def getMaxDepth: Int
- 定义类
- TreeBoosterParams
-
最终 def getMaxLeaves: Int
- 定义类
- TreeBoosterParams
-
最终 def getMaxQuantileBatches: Int
- 定义类
- SparkParams
-
最终 def getMinCachePageBytes: Long
- 定义类
- SparkParams
-
最终 def getMinChildWeight: Double
- 定义类
- TreeBoosterParams
-
最终 def getMissing: Float
- 定义类
- SparkParams
-
最终 def getMonotoneConstraints: Array[Int]
- 定义类
- TreeBoosterParams
-
最终 def getNdcgExpGain: Boolean
- 定义类
- LearningTaskParams
-
最终 def getNormalizeType: String
- 定义类
- DartBoosterParams
-
最终 def getNthread: Int
- 定义类
- GeneralParams
-
最终 def getNumClass: Int
- 定义类
- LearningTaskParams
-
最终 def getNumEarlyStoppingRounds: Int
- 定义类
- SparkParams
-
最终 def getNumParallelTree: Int
- 定义类
- TreeBoosterParams
-
最终 def getNumRound: Int
- 定义类
- SparkParams
-
最终 def getNumWorkers: Int
- 定义类
- SparkParams
-
最终 def getObjective: String
- 定义类
- LearningTaskParams
-
最终 def getOneDrop: Boolean
- 定义类
- DartBoosterParams
-
最终 def getOrDefault[T](param: Param[T]): T
- 定义类
- Params
-
def getParam(paramName: String): Param[Any]
- 定义类
- Params
-
最终 def getPredictionCol: String
- 定义类
- HasPredictionCol
-
最终 def getProcessType: String
- 定义类
- TreeBoosterParams
-
最终 def getRabitTrackerHostIp: String
- 定义类
- RabitParams
-
最终 def getRabitTrackerPort: Int
- 定义类
- RabitParams
-
最终 def getRabitTrackerTimeout: Int
- 定义类
- RabitParams
-
最终 def getRateDrop: Double
- 定义类
- DartBoosterParams
-
最终 def getRefreshLeaf: Boolean
- 定义类
- TreeBoosterParams
-
最终 def getSampleType: String
- 定义类
- DartBoosterParams
-
最终 def getSamplingMethod: String
- 定义类
- TreeBoosterParams
-
最终 def getScalePosWeight: Double
- 定义类
- TreeBoosterParams
-
最终 def getSeed: Long
- 定义类
- LearningTaskParams
-
最终 def getSeedPerIteration: Boolean
- 定义类
- LearningTaskParams
-
最终 def getSkipDrop: Double
- 定义类
- DartBoosterParams
-
最终 def getSubsample: Double
- 定义类
- TreeBoosterParams
-
最终 def getTreeMethod: String
- 定义类
- TreeBoosterParams
-
最终 def getTweedieVariancePower: Double
- 定义类
- LearningTaskParams
-
最终 def getUpdater: String
- 定义类
- TreeBoosterParams
-
最终 def getUseExternalMemory: Boolean
- 定义类
- SparkParams
-
最终 def getValidateParameters: Boolean
- 定义类
- GeneralParams
-
最终 def getVerbosity: Int
- 定义类
- GeneralParams
-
最终 def getWeightCol: String
- 定义类
- HasWeightCol
-
def getXGBoostParams: Map[String, Any]
将用户提供的参数转换为 XGBoost 参数。
将用户提供的参数转换为 XGBoost 参数。
请注意,这不包含 JVM 特定的参数。
- 定义类
- ParamMapConversion
-
最终 val groupCol: Param[String]
- 定义类
- HasGroupCol
-
最终 val growPolicy: Param[String]
- 定义类
- TreeBoosterParams
-
最终 def hasDefault[T](param: Param[T]): Boolean
- 定义类
- Params
-
def hasParam(paramName: String): Boolean
- 定义类
- Params
-
def hashCode(): Int
- 定义类
- AnyRef → Any
- 注解
- @native()
-
最终 val huberSlope: DoubleParam
- 定义类
- LearningTaskParams
-
最终 val inferBatchSize: IntParam
- 定义类
- SparkParams
-
def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- 属性
- protected
- 定义类
- Logging
-
def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- 属性
- protected
- 定义类
- Logging
-
最终 val interactionConstraints: Param[String]
- 定义类
- TreeBoosterParams
-
最终 def isDefined(param: Param[_]): Boolean
- 定义类
- Params
-
def isDefinedNonEmpty(param: Param[String]): Boolean
- 定义类
- ParamUtils
-
def isFeaturesColsValid: Boolean
检查 featuresCols 是否有效
检查 featuresCols 是否有效
-
最终 def isInstanceOf[T0]: Boolean
- 定义类
- Any
-
最终 def isSet(param: Param[_]): Boolean
- 定义类
- Params
-
def isTraceEnabled(): Boolean
- 属性
- protected
- 定义类
- Logging
-
最终 val labelCol: Param[String]
- 定义类
- HasLabelCol
-
最终 val lambda: DoubleParam
权重上的 L2 正则化项,增加此值将使模型更保守。
权重上的 L2 正则化项,增加此值将使模型更保守。[默认值=1]
- 定义类
- TreeBoosterParams
-
最终 val lambdarankBiasNorm: DoubleParam
- 定义类
- LearningTaskParams
-
最终 val lambdarankNumPairPerSample: IntParam
- 定义类
- LearningTaskParams
-
最终 val lambdarankPairMethod: Param[String]
- 定义类
- LearningTaskParams
-
最终 val lambdarankUnbiased: BooleanParam
- 定义类
- LearningTaskParams
-
最终 val leafPredictionCol: Param[String]
叶子预测列的参数。
叶子预测列的参数。
-
def log: Logger
- 属性
- protected
- 定义类
- Logging
-
def logDebug(msg: ⇒ String, throwable: Throwable): Unit
- 属性
- protected
- 定义类
- Logging
-
def logDebug(msg: ⇒ String): Unit
- 属性
- protected
- 定义类
- Logging
-
def logError(msg: ⇒ String, throwable: Throwable): Unit
- 属性
- protected
- 定义类
- Logging
-
def logError(msg: ⇒ String): Unit
- 属性
- protected
- 定义类
- Logging
-
def logInfo(msg: ⇒ String, throwable: Throwable): Unit
- 属性
- protected
- 定义类
- Logging
-
def logInfo(msg: ⇒ String): Unit
- 属性
- protected
- 定义类
- Logging
-
def logName: String
- 属性
- protected
- 定义类
- Logging
-
def logTrace(msg: ⇒ String, throwable: Throwable): Unit
- 属性
- protected
- 定义类
- Logging
-
def logTrace(msg: ⇒ String): Unit
- 属性
- protected
- 定义类
- Logging
-
def logWarning(msg: ⇒ String, throwable: Throwable): Unit
- 属性
- protected
- 定义类
- Logging
-
def logWarning(msg: ⇒ String): Unit
- 属性
- protected
- 定义类
- Logging
-
val logger: Log
- 属性
- protected
- 定义类
- XGBoostEstimator
-
final val maxBins: IntParam
- 定义类
- TreeBoosterParams
-
final val maxCachedHistNode: IntParam
- 定义类
- TreeBoosterParams
-
final val maxDeltaStep: DoubleParam
- 定义类
- TreeBoosterParams
-
final val maxDepth: IntParam
- 定义类
- TreeBoosterParams
-
final val maxLeaves: IntParam
- 定义类
- TreeBoosterParams
-
final val maxQuantileBatches: IntParam
- 定义类
- SparkParams
-
final val minCachePageBytes: LongParam
- 定义类
- SparkParams
-
final val minChildWeight: DoubleParam
- 定义类
- TreeBoosterParams
-
final val missing: FloatParam
被视为缺失值。
被视为缺失值。默认值:Float.NaN
- 定义类
- SparkParams
-
final val monotoneConstraints: IntArrayParam
- 定义类
- TreeBoosterParams
-
final val ndcgExpGain: BooleanParam
- 定义类
- LearningTaskParams
-
final def ne(arg0: AnyRef): Boolean
- 定义类
- AnyRef
-
lazy val nonXGBoostParams: Array[String]
- 属性
- protected
- 定义类
- NonXGBoostParams
-
final val normalizeType: Param[String]
- 定义类
- DartBoosterParams
-
final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final val nthread: IntParam
- 定义类
- GeneralParams
-
final val numClass: IntParam
- 定义类
- LearningTaskParams
-
final val numEarlyStoppingRounds: IntParam
- 定义类
- SparkParams
-
final val numParallelTree: IntParam
- 定义类
- TreeBoosterParams
-
final val numRound: IntParam
- 定义类
- SparkParams
-
final val numWorkers: IntParam
- 定义类
- SparkParams
-
final val objective: Param[String]
- 定义类
- LearningTaskParams
-
final val oneDrop: BooleanParam
- 定义类
- DartBoosterParams
-
lazy val params: Array[Param[_]]
- 定义类
- Params
-
final val predictionCol: Param[String]
- 定义类
- HasPredictionCol
-
final val processType: Param[String]
- 定义类
- TreeBoosterParams
-
final val rabitTrackerHostIp: Param[String]
- 定义类
- RabitParams
-
final val rabitTrackerPort: IntParam
- 定义类
- RabitParams
-
final val rabitTrackerTimeout: IntParam
- 定义类
- RabitParams
-
final val rateDrop: DoubleParam
- 定义类
- DartBoosterParams
-
final val refreshLeaf: BooleanParam
- 定义类
- TreeBoosterParams
-
final val sampleType: Param[String]
- 定义类
- DartBoosterParams
-
final val samplingMethod: Param[String]
- 定义类
- TreeBoosterParams
-
def save(path: String): Unit
- 定义类
- MLWritable
- 注解
- @Since( "1.6.0" ) @throws( ... )
-
final val scalePosWeight: DoubleParam
- 定义类
- TreeBoosterParams
-
final val seed: LongParam
- 定义类
- LearningTaskParams
-
final val seedPerIteration: BooleanParam
- 定义类
- LearningTaskParams
-
final def set(paramPair: ParamPair[_]): XGBoostRanker.this.type
- 属性
- protected
- 定义类
- Params
-
final def set(param: String, value: Any): XGBoostRanker.this.type
- 属性
- protected
- 定义类
- Params
-
final def set[T](param: Param[T], value: T): XGBoostRanker.this.type
- 定义类
- Params
-
def setAftLossDistribution(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setAlpha(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setBaseMarginCol(value: String): XGBoostRanker
- 定义类
- SparkParams
-
def setBaseScore(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setBooster(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setCacheHostRatio(value: Float): XGBoostRanker
- 定义类
- SparkParams
-
def setColsampleBylevel(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setColsampleBynode(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setColsampleBytree(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setContribPredictionCol(value: String): XGBoostRanker
- 定义类
- SparkParams
-
def setCustomEval(value: EvalTrait): XGBoostRanker
- 定义类
- SparkParams
-
def setCustomObj(value: ObjectiveTrait): XGBoostRanker
- 定义类
- SparkParams
-
final def setDefault(paramPairs: ParamPair[_]*): XGBoostRanker.this.type
- 属性
- protected
- 定义类
- Params
-
final def setDefault[T](param: Param[T], value: T): XGBoostRanker.this.type
- 属性
- protected[org.apache.spark.ml]
- 定义类
- Params
-
def setDevice(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setEta(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setEvalDataset(ds: Dataset[_]): XGBoostRanker
- 定义类
- NonParamVariables
-
def setEvalMetric(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setFeatureNames(value: Array[String]): XGBoostRanker
- 定义类
- SparkParams
-
def setFeatureTypes(value: Array[String]): XGBoostRanker
- 定义类
- SparkParams
-
def setFeaturesCol(value: Array[String]): XGBoostRanker
- 定义类
- SparkParams
-
def setFeaturesCol(value: String): XGBoostRanker
- 定义类
- 预测器
-
def setForceRepartition(value: Boolean): XGBoostRanker
- 定义类
- SparkParams
-
def setGamma(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
- def setGroupCol(value: String): XGBoostRanker
-
def setGrowPolicy(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setHuberSlope(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setInferBatchSize(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setInteractionConstraints(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setLabelCol(value: String): XGBoostRanker
- 定义类
- 预测器
-
def setLambda(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setLambdarankBiasNorm(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setLambdarankNumPairPerSample(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setLambdarankPairMethod(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setLambdarankUnbiased(value: Boolean): XGBoostRanker
- 定义类
- XGBoostParams
-
def setLeafPredictionCol(value: String): XGBoostRanker
- 定义类
- SparkParams
-
def setMaxBins(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setMaxCachedHistNode(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setMaxDeltaStep(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setMaxDepth(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setMaxLeaves(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setMaxQuantileBatches(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setMinCachePageBytes(value: Long): XGBoostRanker
- 定义类
- SparkParams
-
def setMinChildWeight(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setMissing(value: Float): XGBoostRanker
- 定义类
- SparkParams
-
def setNdcgExpGain(value: Boolean): XGBoostRanker
- 定义类
- XGBoostParams
-
def setNormalizeType(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setNthread(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setNumClass(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setNumEarlyStoppingRounds(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setNumParallelTree(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setNumRound(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setNumWorkers(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setObjective(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setOneDrop(value: Boolean): XGBoostRanker
- 定义类
- XGBoostParams
-
def setPredictionCol(value: String): XGBoostRanker
- 定义类
- 预测器
-
def setProcessType(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setRabitTrackerHostIp(value: String): XGBoostRanker
- 定义类
- SparkParams
-
def setRabitTrackerPort(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setRabitTrackerTimeout(value: Int): XGBoostRanker
- 定义类
- SparkParams
-
def setRateDrop(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setRefreshLeaf(value: Boolean): XGBoostRanker
- 定义类
- XGBoostParams
-
def setSampleType(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setSamplingMethod(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setScalePosWeight(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setSeed(value: Long): XGBoostRanker
- 定义类
- XGBoostParams
-
def setSeedPerIteration(value: Boolean): XGBoostRanker
- 定义类
- XGBoostParams
-
def setSkipDrop(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setSubsample(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setTreeMethod(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setTweedieVariancePower(value: Double): XGBoostRanker
- 定义类
- XGBoostParams
-
def setUpdater(value: String): XGBoostRanker
- 定义类
- XGBoostParams
-
def setUseExternalMemory(value: Boolean): XGBoostRanker
- 定义类
- SparkParams
-
def setValidateParameters(value: Boolean): XGBoostRanker
- 定义类
- XGBoostParams
-
def setVerbosity(value: Int): XGBoostRanker
- 定义类
- XGBoostParams
-
def setWeightCol(value: String): XGBoostRanker
- 定义类
- SparkParams
-
final val skipDrop: DoubleParam
- 定义类
- DartBoosterParams
-
final val subsample: DoubleParam
- 定义类
- TreeBoosterParams
-
final def synchronized[T0](arg0: ⇒ T0): T0
- 定义类
- AnyRef
-
def toString(): String
- 定义类
- Identifiable → AnyRef → Any
-
def train(dataset: Dataset[_]): XGBoostRankerModel
- 属性
- protected
- 定义类
- XGBoostEstimator
-
def transformSchema(schema: StructType): StructType
- 定义类
- Predictor → PipelineStage
-
def transformSchema(schema: StructType, logging: Boolean): StructType
- 属性
- protected
- 定义类
- PipelineStage
- 注解
- @DeveloperApi()
-
final val treeMethod: Param[String]
- 定义类
- TreeBoosterParams
-
final val tweedieVariancePower: DoubleParam
- 定义类
- LearningTaskParams
-
val uid: String
- 定义类
- XGBoostRanker → 可识别
-
final val updater: Param[String]
- 定义类
- TreeBoosterParams
-
final val useExternalMemory: BooleanParam
- 定义类
- SparkParams
-
def validate(dataset: Dataset[_]): Unit
Validate the parameters before training, throw exception if possible
Validate the parameters before training, throw exception if possible
- 属性
- protected[spark]
- 定义类
- XGBoostRanker → XGBoostEstimator
-
def validateAndTransformSchema(schema: StructType, fitting: Boolean, featuresDataType: DataType): StructType
- 属性
- protected
- 定义类
- XGBoostRanker → 预测器参数
-
def validateAndTransformSchema(schema: StructType, fitting: Boolean): StructType
- 定义类
- SchemaValidationTrait
-
def validateFeatureType(schema: StructType): Unit
- 属性
- protected[spark]
- 定义类
- SparkParams
-
final val validateParameters: BooleanParam
- 定义类
- GeneralParams
-
final val verbosity: IntParam
- 定义类
- GeneralParams
-
final def wait(): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: Long, arg1: Int): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: Long): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()
-
final val weightCol: Param[String]
- 定义类
- HasWeightCol
-
def write: MLWriter
- 定义类
- DefaultParamsWritable → MLWritable
-
def xgboost2SparkParams(xgboostParams: Map[String, Any]): Unit
将XGBoost参数转换为Spark参数
将XGBoost参数转换为Spark参数
- xgboostParams
XGBoost风格参数
- 定义类
- ParamMapConversion