com
.
microsoft
.
ml
.
spark
LightGBMParams
Related Doc:
package spark
trait
LightGBMParams
extends
MMLParams
Defines common parameters across all LightGBM learners.
Linear Supertypes
MMLParams
,
DefaultParamsWritable
,
MLWritable
,
Wrappable
,
Params
,
Serializable
,
Serializable
,
Identifiable
,
AnyRef
,
Any
Known Subclasses
LightGBMClassifier
,
LightGBMRegressor
Ordering
Alphabetic
By Inheritance
Inherited
LightGBMParams
MMLParams
DefaultParamsWritable
MLWritable
Wrappable
Params
Serializable
Serializable
Identifiable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
copy
(
extra:
ParamMap
)
:
Params
Definition Classes
Params
abstract
val
uid
:
String
Definition Classes
Identifiable
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
$
[
T
]
(
param:
Param
[
T
]
)
:
T
Attributes
protected
Definition Classes
Params
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
BooleanParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
default:
Boolean
)
:
BooleanParam
Definition Classes
Wrappable
def
BooleanParam
(
i:
Identifiable
,
name:
String
,
description:
String
)
:
BooleanParam
Definition Classes
Wrappable
def
DoubleParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
default:
Double
)
:
DoubleParam
Definition Classes
Wrappable
def
DoubleParam
(
i:
Identifiable
,
name:
String
,
description:
String
)
:
DoubleParam
Definition Classes
Wrappable
def
IntParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
validation: (
Int
) ⇒
Boolean
)
:
IntParam
Definition Classes
Wrappable
def
IntParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
default:
Int
)
:
IntParam
Definition Classes
Wrappable
def
IntParam
(
i:
Identifiable
,
name:
String
,
description:
String
)
:
IntParam
Definition Classes
Wrappable
def
LongParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
default:
Long
)
:
LongParam
Definition Classes
Wrappable
def
LongParam
(
i:
Identifiable
,
name:
String
,
description:
String
)
:
LongParam
Definition Classes
Wrappable
def
StringParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
default:
String
,
domain:
Seq
[
String
]
)
:
Param
[
String
]
Definition Classes
Wrappable
def
StringParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
default:
String
)
:
Param
[
String
]
Definition Classes
Wrappable
def
StringParam
(
i:
Identifiable
,
name:
String
,
description:
String
,
validation: (
String
) ⇒
Boolean
)
:
Param
[
String
]
Definition Classes
Wrappable
def
StringParam
(
i:
Identifiable
,
name:
String
,
description:
String
)
:
Param
[
String
]
Definition Classes
Wrappable
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
baggingFraction
:
DoubleParam
val
baggingFreq
:
IntParam
val
baggingSeed
:
IntParam
def
chainedUid
(
origin:
String
)
:
String
Definition Classes
Wrappable
final
def
clear
(
param:
Param
[_]
)
:
LightGBMParams
.this.type
Definition Classes
Params
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copyValues
[
T <:
Params
]
(
to:
T
,
extra:
ParamMap
)
:
T
Attributes
protected
Definition Classes
Params
final
def
defaultCopy
[
T <:
Params
]
(
extra:
ParamMap
)
:
T
Attributes
protected
Definition Classes
Params
val
defaultListenPort
:
IntParam
val
earlyStoppingRound
:
IntParam
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
explainParam
(
param:
Param
[_]
)
:
String
Definition Classes
Params
def
explainParams
()
:
String
Definition Classes
Params
final
def
extractParamMap
()
:
ParamMap
Definition Classes
Params
final
def
extractParamMap
(
extra:
ParamMap
)
:
ParamMap
Definition Classes
Params
val
featureFraction
:
DoubleParam
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
get
[
T
]
(
param:
Param
[
T
]
)
:
Option
[
T
]
Definition Classes
Params
def
getBaggingFraction
:
Double
def
getBaggingFreq
:
Int
def
getBaggingSeed
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getDefault
[
T
]
(
param:
Param
[
T
]
)
:
Option
[
T
]
Definition Classes
Params
def
getDefaultListenPort
:
Int
def
getEarlyStoppingRound
:
Int
def
getFeatureFraction
:
Double
def
getLearningRate
:
Double
def
getMaxBin
:
Int
def
getMaxDepth
:
Int
def
getMinSumHessianInLeaf
:
Double
def
getNumIterations
:
Int
def
getNumLeaves
:
Int
def
getObjective
:
String
final
def
getOrDefault
[
T
]
(
param:
Param
[
T
]
)
:
T
Definition Classes
Params
def
getParallelism
:
String
def
getParam
(
paramName:
String
)
:
Param
[
Any
]
Definition Classes
Params
def
getTimeout
:
Double
final
def
hasDefault
[
T
]
(
param:
Param
[
T
]
)
:
Boolean
Definition Classes
Params
def
hasParam
(
paramName:
String
)
:
Boolean
Definition Classes
Params
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isDefined
(
param:
Param
[_]
)
:
Boolean
Definition Classes
Params
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
isSet
(
param:
Param
[_]
)
:
Boolean
Definition Classes
Params
val
learningRate
:
DoubleParam
val
maxBin
:
IntParam
val
maxDepth
:
IntParam
val
minSumHessianInLeaf
:
DoubleParam
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
numIterations
:
IntParam
val
numLeaves
:
IntParam
val
objective
:
Param
[
String
]
val
parallelism
:
Param
[
String
]
val
paramDomains
:
Map
[
String
,
Seq
[
String
]]
Definition Classes
Wrappable
lazy val
params
:
Array
[
Param
[_]]
Definition Classes
Params
def
save
(
path:
String
)
:
Unit
Definition Classes
MLWritable
Annotations
@Since
(
"1.6.0"
)
@throws
(
...
)
final
def
set
(
paramPair:
ParamPair
[_]
)
:
LightGBMParams
.this.type
Attributes
protected
Definition Classes
Params
final
def
set
(
param:
String
,
value:
Any
)
:
LightGBMParams
.this.type
Attributes
protected
Definition Classes
Params
final
def
set
[
T
]
(
param:
Param
[
T
]
,
value:
T
)
:
LightGBMParams
.this.type
Definition Classes
Params
def
setBaggingFraction
(
value:
Double
)
:
LightGBMParams
.this.type
def
setBaggingFreq
(
value:
Int
)
:
LightGBMParams
.this.type
def
setBaggingSeed
(
value:
Int
)
:
LightGBMParams
.this.type
final
def
setDefault
(
paramPairs:
ParamPair
[_]*
)
:
LightGBMParams
.this.type
Attributes
protected
Definition Classes
Params
final
def
setDefault
[
T
]
(
param:
Param
[
T
]
,
value:
T
)
:
LightGBMParams
.this.type
Attributes
protected
Definition Classes
Params
def
setDefaultListenPort
(
value:
Int
)
:
LightGBMParams
.this.type
def
setEarlyStoppingRound
(
value:
Int
)
:
LightGBMParams
.this.type
def
setFeatureFraction
(
value:
Double
)
:
LightGBMParams
.this.type
def
setLearningRate
(
value:
Double
)
:
LightGBMParams
.this.type
def
setMaxBin
(
value:
Int
)
:
LightGBMParams
.this.type
def
setMaxDepth
(
value:
Int
)
:
LightGBMParams
.this.type
def
setMinSumHessianInLeaf
(
value:
Double
)
:
LightGBMParams
.this.type
def
setNumIterations
(
value:
Int
)
:
LightGBMParams
.this.type
def
setNumLeaves
(
value:
Int
)
:
LightGBMParams
.this.type
def
setObjective
(
value:
String
)
:
LightGBMParams
.this.type
def
setParallelism
(
value:
String
)
:
LightGBMParams
.this.type
def
setTimeout
(
value:
Double
)
:
LightGBMParams
.this.type
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
timeout
:
DoubleParam
def
toString
()
:
String
Definition Classes
Identifiable → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
write
:
MLWriter
Definition Classes
DefaultParamsWritable → MLWritable
Inherited from
MMLParams
Inherited from
DefaultParamsWritable
Inherited from
MLWritable
Inherited from
Wrappable
Inherited from
Params
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Identifiable
Inherited from
AnyRef
Inherited from
Any
Members
Defines common parameters across all LightGBM learners.