Interface HasValidationIndicatorCol

All Superinterfaces:
Identifiable, Params, Serializable, scala.Serializable
All Known Subinterfaces:
GBTClassifierParams, GBTParams, GBTRegressorParams
All Known Implementing Classes:
GBTClassificationModel, GBTClassifier, GBTRegressionModel, GBTRegressor

public interface HasValidationIndicatorCol extends Params
Trait for shared param validationIndicatorCol. This trait may be changed or removed between minor versions.
  • Method Details

    • getValidationIndicatorCol

      String getValidationIndicatorCol()
    • validationIndicatorCol

      Param<String> validationIndicatorCol()
      Param for name of the column that indicates whether each row is for training or for validation. False indicates training; true indicates validation..
      Returns:
      (undocumented)