object LightGBMConstants
- Alphabetic
- By Inheritance
- LightGBMConstants
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
BinaryObjective: String
Binary classification objective
-
val
BulkDataTransferMode: String
Bulk data transfer mode.
-
val
DefaultBufferLength: Int
Default buffer length for model
-
val
DefaultDriverListenPort: Int
The port for LightGBM Driver server, 0 (random)
-
val
DefaultListenTimeout: Int
The default timeout for LightGBM network initialization
-
val
DefaultLocalListenPort: Int
The default port for LightGBM network initialization
-
val
DefaultNumIterations: Int
The default num iterations for prediction
-
val
DefaultStartIteration: Int
The default start iteration
-
val
DefaultTopK: Int
Default top_k value for LightGBM voting parallel
-
val
EnabledTask: String
Enabled task, used to indicate task that creates lightgbm dataset and runs training.
-
val
FinishedStatus: String
Barrier execution flag telling driver that all tasks have completed sending port and host information
-
val
IgnoreStatus: String
Ignore task status, used to ignore tasks that get empty partitions
-
val
InitialDelay: Long
Delay prior to exponential backoff for network initialization
-
val
MaxPort: Int
Max port range available on machine, 65535
-
val
MulticlassObjective: String
Multiclass classification objective
-
val
NetworkRetries: Int
The number of retries for network initialization of native lightgbm
-
val
RankObjective: String
Lambdarank ranking objective
-
val
StreamingDataTransferMode: String
Streaming data transfer mode.
-
val
SubsetSamplingModeFixed: String
Sampling mode take first n rows.
-
val
SubsetSamplingModeGlobal: String
Sampling mode - random n within all global data.
-
val
SubsetSamplingModeSubset: String
Sampling mode - random n within subset N.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... ) @native()