o

com.microsoft.azure.synapse.ml.lightgbm

LightGBMConstants

object LightGBMConstants

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LightGBMConstants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BinaryObjective: String

    Binary classification objective

  5. val BulkExecutionMode: String

    Bulk execution mode.

  6. val DefaultBufferLength: Int

    Default buffer length for model

  7. val DefaultDriverListenPort: Int

    The port for LightGBM Driver server, 0 (random)

  8. val DefaultListenTimeout: Int

    The default timeout for LightGBM network initialization

  9. val DefaultLocalListenPort: Int

    The default port for LightGBM network initialization

  10. val DefaultNumIterations: Int

    The default num iterations for prediction

  11. val DefaultStartIteration: Int

    The default start iteration

  12. val DefaultTopK: Int

    Default top_k value for LightGBM voting parallel

  13. val EnabledTask: String

    Enabled task, used to indicate task that creates lightgbm dataset and runs training.

  14. val FinishedStatus: String

    Barrier execution flag telling driver that all tasks have completed sending port and host information

  15. val IgnoreStatus: String

    Ignore task status, used to ignore tasks that get empty partitions

  16. val InitialDelay: Long

    Delay prior to exponential backoff for network initialization

  17. val MaxPort: Int

    Max port range available on machine, 65535

  18. val MulticlassObjective: String

    Multiclass classification objective

  19. val NetworkRetries: Int

    The number of retries for network initialization of native lightgbm

  20. val RankObjective: String

    Lambdarank ranking objective

  21. val StreamingExecutionMode: String

    Streaming execution mode.

  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped