Package

com.spotify.featran

xgboost

Permalink

package xgboost

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

Type Members

  1. final class SparseLabeledPoint extends Serializable

    Permalink

    Class to distinguish sparse LabeledPoint from its dense type.

    Class to distinguish sparse LabeledPoint from its dense type.

    See LabeledPoint doc for field doc.

Value Members

  1. implicit def denseXGBoostLabeledPointFeatureBuilder: FeatureBuilder[LabeledPoint]

    Permalink

    FeatureBuilder for output as XGBoost's LabeledPoint type.

    FeatureBuilder for output as XGBoost's LabeledPoint type.

    NOTE: LabeledPoint stores values as Floats, so you might loose precision by moving from Doubles to Floats.

  2. implicit def sparseXGBoostLabeledPointFeatureBuilder: FeatureBuilder[SparseLabeledPoint]

    Permalink

    FeatureBuilder for output as XGBoost's sparse LabeledPoint type.

    FeatureBuilder for output as XGBoost's sparse LabeledPoint type.

    NOTE: LabeledPoint stores values as Floats, so you might loose precision by moving from Doubles to Floats.

Inherited from AnyRef

Inherited from Any

Ungrouped