Synapseml
0.10.0
|
LightGBMClassifier implements LightGBMClassifier More...
Public Member Functions | |
LightGBMClassifier () | |
Creates a LightGBMClassifier without any parameters. More... | |
LightGBMClassifier (string uid) | |
Creates a LightGBMClassifier with a UID that is used to give the LightGBMClassifier a unique ID. More... | |
LightGBMClassifier | SetBaggingFraction (double value) |
Sets value for baggingFraction More... | |
LightGBMClassifier | SetBaggingFreq (int value) |
Sets value for baggingFreq More... | |
LightGBMClassifier | SetBaggingSeed (int value) |
Sets value for baggingSeed More... | |
LightGBMClassifier | SetBinSampleCount (int value) |
Sets value for binSampleCount More... | |
LightGBMClassifier | SetBoostFromAverage (bool value) |
Sets value for boostFromAverage More... | |
LightGBMClassifier | SetBoostingType (string value) |
Sets value for boostingType More... | |
LightGBMClassifier | SetCatSmooth (double value) |
Sets value for catSmooth More... | |
LightGBMClassifier | SetCategoricalSlotIndexes (int[] value) |
Sets value for categoricalSlotIndexes More... | |
LightGBMClassifier | SetCategoricalSlotNames (string[] value) |
Sets value for categoricalSlotNames More... | |
LightGBMClassifier | SetCatl2 (double value) |
Sets value for catl2 More... | |
LightGBMClassifier | SetChunkSize (int value) |
Sets value for chunkSize More... | |
LightGBMClassifier | SetDataRandomSeed (int value) |
Sets value for dataRandomSeed More... | |
LightGBMClassifier | SetDefaultListenPort (int value) |
Sets value for defaultListenPort More... | |
LightGBMClassifier | SetDeterministic (bool value) |
Sets value for deterministic More... | |
LightGBMClassifier | SetDriverListenPort (int value) |
Sets value for driverListenPort More... | |
LightGBMClassifier | SetDropRate (double value) |
Sets value for dropRate More... | |
LightGBMClassifier | SetDropSeed (int value) |
Sets value for dropSeed More... | |
LightGBMClassifier | SetEarlyStoppingRound (int value) |
Sets value for earlyStoppingRound More... | |
LightGBMClassifier | SetExecutionMode (string value) |
Sets value for executionMode More... | |
LightGBMClassifier | SetExtraSeed (int value) |
Sets value for extraSeed More... | |
LightGBMClassifier | SetFeatureFraction (double value) |
Sets value for featureFraction More... | |
LightGBMClassifier | SetFeatureFractionByNode (double value) |
Sets value for featureFractionByNode More... | |
LightGBMClassifier | SetFeatureFractionSeed (int value) |
Sets value for featureFractionSeed More... | |
LightGBMClassifier | SetFeaturesCol (string value) |
Sets value for featuresCol More... | |
LightGBMClassifier | SetFeaturesShapCol (string value) |
Sets value for featuresShapCol More... | |
LightGBMClassifier | SetFobj (object value) |
Sets value for fobj More... | |
LightGBMClassifier | SetImprovementTolerance (double value) |
Sets value for improvementTolerance More... | |
LightGBMClassifier | SetInitScoreCol (string value) |
Sets value for initScoreCol More... | |
LightGBMClassifier | SetIsEnableSparse (bool value) |
Sets value for isEnableSparse More... | |
LightGBMClassifier | SetIsProvideTrainingMetric (bool value) |
Sets value for isProvideTrainingMetric More... | |
LightGBMClassifier | SetIsUnbalance (bool value) |
Sets value for isUnbalance More... | |
LightGBMClassifier | SetLabelCol (string value) |
Sets value for labelCol More... | |
LightGBMClassifier | SetLambdaL1 (double value) |
Sets value for lambdaL1 More... | |
LightGBMClassifier | SetLambdaL2 (double value) |
Sets value for lambdaL2 More... | |
LightGBMClassifier | SetLeafPredictionCol (string value) |
Sets value for leafPredictionCol More... | |
LightGBMClassifier | SetLearningRate (double value) |
Sets value for learningRate More... | |
LightGBMClassifier | SetMatrixType (string value) |
Sets value for matrixType More... | |
LightGBMClassifier | SetMaxBin (int value) |
Sets value for maxBin More... | |
LightGBMClassifier | SetMaxBinByFeature (int[] value) |
Sets value for maxBinByFeature More... | |
LightGBMClassifier | SetMaxCatThreshold (int value) |
Sets value for maxCatThreshold More... | |
LightGBMClassifier | SetMaxCatToOnehot (int value) |
Sets value for maxCatToOnehot More... | |
LightGBMClassifier | SetMaxDeltaStep (double value) |
Sets value for maxDeltaStep More... | |
LightGBMClassifier | SetMaxDepth (int value) |
Sets value for maxDepth More... | |
LightGBMClassifier | SetMaxDrop (int value) |
Sets value for maxDrop More... | |
LightGBMClassifier | SetMetric (string value) |
Sets value for metric More... | |
LightGBMClassifier | SetMicroBatchSize (int value) |
Sets value for microBatchSize More... | |
LightGBMClassifier | SetMinDataInLeaf (int value) |
Sets value for minDataInLeaf More... | |
LightGBMClassifier | SetMinDataPerBin (int value) |
Sets value for minDataPerBin More... | |
LightGBMClassifier | SetMinDataPerGroup (int value) |
Sets value for minDataPerGroup More... | |
LightGBMClassifier | SetMinGainToSplit (double value) |
Sets value for minGainToSplit More... | |
LightGBMClassifier | SetMinSumHessianInLeaf (double value) |
Sets value for minSumHessianInLeaf More... | |
LightGBMClassifier | SetModelString (string value) |
Sets value for modelString More... | |
LightGBMClassifier | SetMonotoneConstraints (int[] value) |
Sets value for monotoneConstraints More... | |
LightGBMClassifier | SetMonotoneConstraintsMethod (string value) |
Sets value for monotoneConstraintsMethod More... | |
LightGBMClassifier | SetMonotonePenalty (double value) |
Sets value for monotonePenalty More... | |
LightGBMClassifier | SetNegBaggingFraction (double value) |
Sets value for negBaggingFraction More... | |
LightGBMClassifier | SetNumBatches (int value) |
Sets value for numBatches More... | |
LightGBMClassifier | SetNumIterations (int value) |
Sets value for numIterations More... | |
LightGBMClassifier | SetNumLeaves (int value) |
Sets value for numLeaves More... | |
LightGBMClassifier | SetNumTasks (int value) |
Sets value for numTasks More... | |
LightGBMClassifier | SetNumThreads (int value) |
Sets value for numThreads More... | |
LightGBMClassifier | SetObjective (string value) |
Sets value for objective More... | |
LightGBMClassifier | SetObjectiveSeed (int value) |
Sets value for objectiveSeed More... | |
LightGBMClassifier | SetOtherRate (double value) |
Sets value for otherRate More... | |
LightGBMClassifier | SetParallelism (string value) |
Sets value for parallelism More... | |
LightGBMClassifier | SetPassThroughArgs (string value) |
Sets value for passThroughArgs More... | |
LightGBMClassifier | SetPosBaggingFraction (double value) |
Sets value for posBaggingFraction More... | |
LightGBMClassifier | SetPredictDisableShapeCheck (bool value) |
Sets value for predictDisableShapeCheck More... | |
LightGBMClassifier | SetPredictionCol (string value) |
Sets value for predictionCol More... | |
LightGBMClassifier | SetProbabilityCol (string value) |
Sets value for probabilityCol More... | |
LightGBMClassifier | SetRawPredictionCol (string value) |
Sets value for rawPredictionCol More... | |
LightGBMClassifier | SetRepartitionByGroupingColumn (bool value) |
Sets value for repartitionByGroupingColumn More... | |
LightGBMClassifier | SetSeed (int value) |
Sets value for seed More... | |
LightGBMClassifier | SetSkipDrop (double value) |
Sets value for skipDrop More... | |
LightGBMClassifier | SetSlotNames (string[] value) |
Sets value for slotNames More... | |
LightGBMClassifier | SetThresholds (double[] value) |
Sets value for thresholds More... | |
LightGBMClassifier | SetTimeout (double value) |
Sets value for timeout More... | |
LightGBMClassifier | SetTopK (int value) |
Sets value for topK More... | |
LightGBMClassifier | SetTopRate (double value) |
Sets value for topRate More... | |
LightGBMClassifier | SetUniformDrop (bool value) |
Sets value for uniformDrop More... | |
LightGBMClassifier | SetUseBarrierExecutionMode (bool value) |
Sets value for useBarrierExecutionMode More... | |
LightGBMClassifier | SetUseMissing (bool value) |
Sets value for useMissing More... | |
LightGBMClassifier | SetUseSingleDatasetMode (bool value) |
Sets value for useSingleDatasetMode More... | |
LightGBMClassifier | SetValidationIndicatorCol (string value) |
Sets value for validationIndicatorCol More... | |
LightGBMClassifier | SetVerbosity (int value) |
Sets value for verbosity More... | |
LightGBMClassifier | SetWeightCol (string value) |
Sets value for weightCol More... | |
LightGBMClassifier | SetXGBoostDartMode (bool value) |
Sets value for xGBoostDartMode More... | |
LightGBMClassifier | SetZeroAsMissing (bool value) |
Sets value for zeroAsMissing More... | |
double | GetBaggingFraction () |
Gets baggingFraction value More... | |
int | GetBaggingFreq () |
Gets baggingFreq value More... | |
int | GetBaggingSeed () |
Gets baggingSeed value More... | |
int | GetBinSampleCount () |
Gets binSampleCount value More... | |
bool | GetBoostFromAverage () |
Gets boostFromAverage value More... | |
string | GetBoostingType () |
Gets boostingType value More... | |
double | GetCatSmooth () |
Gets catSmooth value More... | |
int [] | GetCategoricalSlotIndexes () |
Gets categoricalSlotIndexes value More... | |
string [] | GetCategoricalSlotNames () |
Gets categoricalSlotNames value More... | |
double | GetCatl2 () |
Gets catl2 value More... | |
int | GetChunkSize () |
Gets chunkSize value More... | |
int | GetDataRandomSeed () |
Gets dataRandomSeed value More... | |
int | GetDefaultListenPort () |
Gets defaultListenPort value More... | |
bool | GetDeterministic () |
Gets deterministic value More... | |
int | GetDriverListenPort () |
Gets driverListenPort value More... | |
double | GetDropRate () |
Gets dropRate value More... | |
int | GetDropSeed () |
Gets dropSeed value More... | |
int | GetEarlyStoppingRound () |
Gets earlyStoppingRound value More... | |
string | GetExecutionMode () |
Gets executionMode value More... | |
int | GetExtraSeed () |
Gets extraSeed value More... | |
double | GetFeatureFraction () |
Gets featureFraction value More... | |
double | GetFeatureFractionByNode () |
Gets featureFractionByNode value More... | |
int | GetFeatureFractionSeed () |
Gets featureFractionSeed value More... | |
string | GetFeaturesCol () |
Gets featuresCol value More... | |
string | GetFeaturesShapCol () |
Gets featuresShapCol value More... | |
object | GetFobj () |
Gets fobj value More... | |
double | GetImprovementTolerance () |
Gets improvementTolerance value More... | |
string | GetInitScoreCol () |
Gets initScoreCol value More... | |
bool | GetIsEnableSparse () |
Gets isEnableSparse value More... | |
bool | GetIsProvideTrainingMetric () |
Gets isProvideTrainingMetric value More... | |
bool | GetIsUnbalance () |
Gets isUnbalance value More... | |
string | GetLabelCol () |
Gets labelCol value More... | |
double | GetLambdaL1 () |
Gets lambdaL1 value More... | |
double | GetLambdaL2 () |
Gets lambdaL2 value More... | |
string | GetLeafPredictionCol () |
Gets leafPredictionCol value More... | |
double | GetLearningRate () |
Gets learningRate value More... | |
string | GetMatrixType () |
Gets matrixType value More... | |
int | GetMaxBin () |
Gets maxBin value More... | |
int [] | GetMaxBinByFeature () |
Gets maxBinByFeature value More... | |
int | GetMaxCatThreshold () |
Gets maxCatThreshold value More... | |
int | GetMaxCatToOnehot () |
Gets maxCatToOnehot value More... | |
double | GetMaxDeltaStep () |
Gets maxDeltaStep value More... | |
int | GetMaxDepth () |
Gets maxDepth value More... | |
int | GetMaxDrop () |
Gets maxDrop value More... | |
string | GetMetric () |
Gets metric value More... | |
int | GetMicroBatchSize () |
Gets microBatchSize value More... | |
int | GetMinDataInLeaf () |
Gets minDataInLeaf value More... | |
int | GetMinDataPerBin () |
Gets minDataPerBin value More... | |
int | GetMinDataPerGroup () |
Gets minDataPerGroup value More... | |
double | GetMinGainToSplit () |
Gets minGainToSplit value More... | |
double | GetMinSumHessianInLeaf () |
Gets minSumHessianInLeaf value More... | |
string | GetModelString () |
Gets modelString value More... | |
int [] | GetMonotoneConstraints () |
Gets monotoneConstraints value More... | |
string | GetMonotoneConstraintsMethod () |
Gets monotoneConstraintsMethod value More... | |
double | GetMonotonePenalty () |
Gets monotonePenalty value More... | |
double | GetNegBaggingFraction () |
Gets negBaggingFraction value More... | |
int | GetNumBatches () |
Gets numBatches value More... | |
int | GetNumIterations () |
Gets numIterations value More... | |
int | GetNumLeaves () |
Gets numLeaves value More... | |
int | GetNumTasks () |
Gets numTasks value More... | |
int | GetNumThreads () |
Gets numThreads value More... | |
string | GetObjective () |
Gets objective value More... | |
int | GetObjectiveSeed () |
Gets objectiveSeed value More... | |
double | GetOtherRate () |
Gets otherRate value More... | |
string | GetParallelism () |
Gets parallelism value More... | |
string | GetPassThroughArgs () |
Gets passThroughArgs value More... | |
double | GetPosBaggingFraction () |
Gets posBaggingFraction value More... | |
bool | GetPredictDisableShapeCheck () |
Gets predictDisableShapeCheck value More... | |
string | GetPredictionCol () |
Gets predictionCol value More... | |
string | GetProbabilityCol () |
Gets probabilityCol value More... | |
string | GetRawPredictionCol () |
Gets rawPredictionCol value More... | |
bool | GetRepartitionByGroupingColumn () |
Gets repartitionByGroupingColumn value More... | |
int | GetSeed () |
Gets seed value More... | |
double | GetSkipDrop () |
Gets skipDrop value More... | |
string [] | GetSlotNames () |
Gets slotNames value More... | |
double [] | GetThresholds () |
Gets thresholds value More... | |
double | GetTimeout () |
Gets timeout value More... | |
int | GetTopK () |
Gets topK value More... | |
double | GetTopRate () |
Gets topRate value More... | |
bool | GetUniformDrop () |
Gets uniformDrop value More... | |
bool | GetUseBarrierExecutionMode () |
Gets useBarrierExecutionMode value More... | |
bool | GetUseMissing () |
Gets useMissing value More... | |
bool | GetUseSingleDatasetMode () |
Gets useSingleDatasetMode value More... | |
string | GetValidationIndicatorCol () |
Gets validationIndicatorCol value More... | |
int | GetVerbosity () |
Gets verbosity value More... | |
string | GetWeightCol () |
Gets weightCol value More... | |
bool | GetXGBoostDartMode () |
Gets xGBoostDartMode value More... | |
bool | GetZeroAsMissing () |
Gets zeroAsMissing value More... | |
override LightGBMClassificationModel | Fit (DataFrame dataset) |
Fits a model to the input data. More... | |
void | Save (string path) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< LightGBMClassifier > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static LightGBMClassifier | Load (string path) |
Loads the LightGBMClassifier that was previously saved using Save(string). More... | |
LightGBMClassifier implements LightGBMClassifier
|
inline |
Creates a LightGBMClassifier without any parameters.
|
inline |
Creates a LightGBMClassifier with a UID that is used to give the LightGBMClassifier a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
override LightGBMClassificationModel Synapse.ML.Lightgbm.LightGBMClassifier.Fit | ( | DataFrame | dataset | ) |
Fits a model to the input data.
dataset | The DataFrame to fit the model to. |
double Synapse.ML.Lightgbm.LightGBMClassifier.GetBaggingFraction | ( | ) |
Gets baggingFraction value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetBaggingFreq | ( | ) |
Gets baggingFreq value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetBaggingSeed | ( | ) |
Gets baggingSeed value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetBinSampleCount | ( | ) |
Gets binSampleCount value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetBoostFromAverage | ( | ) |
Gets boostFromAverage value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetBoostingType | ( | ) |
Gets boostingType value
int [] Synapse.ML.Lightgbm.LightGBMClassifier.GetCategoricalSlotIndexes | ( | ) |
Gets categoricalSlotIndexes value
string [] Synapse.ML.Lightgbm.LightGBMClassifier.GetCategoricalSlotNames | ( | ) |
Gets categoricalSlotNames value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetCatl2 | ( | ) |
Gets catl2 value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetCatSmooth | ( | ) |
Gets catSmooth value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetChunkSize | ( | ) |
Gets chunkSize value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetDataRandomSeed | ( | ) |
Gets dataRandomSeed value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetDefaultListenPort | ( | ) |
Gets defaultListenPort value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetDeterministic | ( | ) |
Gets deterministic value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetDriverListenPort | ( | ) |
Gets driverListenPort value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetDropRate | ( | ) |
Gets dropRate value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetDropSeed | ( | ) |
Gets dropSeed value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetEarlyStoppingRound | ( | ) |
Gets earlyStoppingRound value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetExecutionMode | ( | ) |
Gets executionMode value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetExtraSeed | ( | ) |
Gets extraSeed value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetFeatureFraction | ( | ) |
Gets featureFraction value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetFeatureFractionByNode | ( | ) |
Gets featureFractionByNode value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetFeatureFractionSeed | ( | ) |
Gets featureFractionSeed value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetFeaturesCol | ( | ) |
Gets featuresCol value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetFeaturesShapCol | ( | ) |
Gets featuresShapCol value
object Synapse.ML.Lightgbm.LightGBMClassifier.GetFobj | ( | ) |
Gets fobj value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetImprovementTolerance | ( | ) |
Gets improvementTolerance value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetInitScoreCol | ( | ) |
Gets initScoreCol value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetIsEnableSparse | ( | ) |
Gets isEnableSparse value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetIsProvideTrainingMetric | ( | ) |
Gets isProvideTrainingMetric value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetIsUnbalance | ( | ) |
Gets isUnbalance value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetLabelCol | ( | ) |
Gets labelCol value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetLambdaL1 | ( | ) |
Gets lambdaL1 value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetLambdaL2 | ( | ) |
Gets lambdaL2 value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetLeafPredictionCol | ( | ) |
Gets leafPredictionCol value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetLearningRate | ( | ) |
Gets learningRate value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetMatrixType | ( | ) |
Gets matrixType value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxBin | ( | ) |
Gets maxBin value
int [] Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxBinByFeature | ( | ) |
Gets maxBinByFeature value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxCatThreshold | ( | ) |
Gets maxCatThreshold value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxCatToOnehot | ( | ) |
Gets maxCatToOnehot value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxDeltaStep | ( | ) |
Gets maxDeltaStep value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxDepth | ( | ) |
Gets maxDepth value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMaxDrop | ( | ) |
Gets maxDrop value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetMetric | ( | ) |
Gets metric value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMicroBatchSize | ( | ) |
Gets microBatchSize value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMinDataInLeaf | ( | ) |
Gets minDataInLeaf value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMinDataPerBin | ( | ) |
Gets minDataPerBin value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetMinDataPerGroup | ( | ) |
Gets minDataPerGroup value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetMinGainToSplit | ( | ) |
Gets minGainToSplit value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetMinSumHessianInLeaf | ( | ) |
Gets minSumHessianInLeaf value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetModelString | ( | ) |
Gets modelString value
int [] Synapse.ML.Lightgbm.LightGBMClassifier.GetMonotoneConstraints | ( | ) |
Gets monotoneConstraints value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetMonotoneConstraintsMethod | ( | ) |
Gets monotoneConstraintsMethod value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetMonotonePenalty | ( | ) |
Gets monotonePenalty value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetNegBaggingFraction | ( | ) |
Gets negBaggingFraction value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetNumBatches | ( | ) |
Gets numBatches value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetNumIterations | ( | ) |
Gets numIterations value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetNumLeaves | ( | ) |
Gets numLeaves value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetNumTasks | ( | ) |
Gets numTasks value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetNumThreads | ( | ) |
Gets numThreads value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetObjective | ( | ) |
Gets objective value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetObjectiveSeed | ( | ) |
Gets objectiveSeed value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetOtherRate | ( | ) |
Gets otherRate value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetParallelism | ( | ) |
Gets parallelism value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetPassThroughArgs | ( | ) |
Gets passThroughArgs value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetPosBaggingFraction | ( | ) |
Gets posBaggingFraction value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetPredictDisableShapeCheck | ( | ) |
Gets predictDisableShapeCheck value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetPredictionCol | ( | ) |
Gets predictionCol value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetProbabilityCol | ( | ) |
Gets probabilityCol value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetRawPredictionCol | ( | ) |
Gets rawPredictionCol value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetRepartitionByGroupingColumn | ( | ) |
Gets repartitionByGroupingColumn value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetSeed | ( | ) |
Gets seed value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetSkipDrop | ( | ) |
Gets skipDrop value
string [] Synapse.ML.Lightgbm.LightGBMClassifier.GetSlotNames | ( | ) |
Gets slotNames value
double [] Synapse.ML.Lightgbm.LightGBMClassifier.GetThresholds | ( | ) |
Gets thresholds value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetTimeout | ( | ) |
Gets timeout value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetTopK | ( | ) |
Gets topK value
double Synapse.ML.Lightgbm.LightGBMClassifier.GetTopRate | ( | ) |
Gets topRate value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetUniformDrop | ( | ) |
Gets uniformDrop value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetUseBarrierExecutionMode | ( | ) |
Gets useBarrierExecutionMode value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetUseMissing | ( | ) |
Gets useMissing value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetUseSingleDatasetMode | ( | ) |
Gets useSingleDatasetMode value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetValidationIndicatorCol | ( | ) |
Gets validationIndicatorCol value
int Synapse.ML.Lightgbm.LightGBMClassifier.GetVerbosity | ( | ) |
Gets verbosity value
string Synapse.ML.Lightgbm.LightGBMClassifier.GetWeightCol | ( | ) |
Gets weightCol value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetXGBoostDartMode | ( | ) |
Gets xGBoostDartMode value
bool Synapse.ML.Lightgbm.LightGBMClassifier.GetZeroAsMissing | ( | ) |
Gets zeroAsMissing value
|
static |
Loads the LightGBMClassifier that was previously saved using Save(string).
path | The path the previous LightGBMClassifier was saved to |
JavaMLReader<LightGBMClassifier> Synapse.ML.Lightgbm.LightGBMClassifier.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Lightgbm.LightGBMClassifier.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
path | The path to save the object to |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetBaggingFraction | ( | double | value | ) |
Sets value for baggingFraction
value | Bagging fraction |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetBaggingFreq | ( | int | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetBaggingSeed | ( | int | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetBinSampleCount | ( | int | value | ) |
Sets value for binSampleCount
value | Number of samples considered at computing histogram bins |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetBoostFromAverage | ( | bool | value | ) |
Sets value for boostFromAverage
value | Adjusts initial score to the mean of labels for faster convergence |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetBoostingType | ( | string | value | ) |
Sets value for boostingType
value | Default gbdt = traditional Gradient Boosting Decision Tree. Options are: gbdt, gbrt, rf (Random Forest), random_forest, dart (Dropouts meet Multiple Additive Regression Trees), goss (Gradient-based One-Side Sampling). |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetCategoricalSlotIndexes | ( | int [] | value | ) |
Sets value for categoricalSlotIndexes
value | List of categorical column indexes, the slot index in the features column |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetCategoricalSlotNames | ( | string [] | value | ) |
Sets value for categoricalSlotNames
value | List of categorical column slot names, the slot name in the features column |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetCatl2 | ( | double | value | ) |
Sets value for catl2
value | L2 regularization in categorical split |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetCatSmooth | ( | double | value | ) |
Sets value for catSmooth
value | this can reduce the effect of noises in categorical features, especially for categories with few data |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetChunkSize | ( | int | value | ) |
Sets value for chunkSize
value | Advanced parameter to specify the chunk size for copying Java data to native. If set too high, memory may be wasted, but if set too low, performance may be reduced during data copy.If dataset size is known beforehand, set to the number of rows in the dataset. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetDataRandomSeed | ( | int | value | ) |
Sets value for dataRandomSeed
value | Random seed for sampling data to construct histogram bins. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetDefaultListenPort | ( | int | value | ) |
Sets value for defaultListenPort
value | The default listen port on executors, used for testing |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetDeterministic | ( | bool | value | ) |
Sets value for deterministic
value | Used only with cpu devide type. Setting this to true should ensure stable results when using the same data and the same parameters. Note: setting this to true may slow down training. To avoid potential instability due to numerical issues, please set force_col_wise=true or force_row_wise=true when setting deterministic=true |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetDriverListenPort | ( | int | value | ) |
Sets value for driverListenPort
value | The listen port on a driver. Default value is 0 (random) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetDropRate | ( | double | value | ) |
Sets value for dropRate
value | Dropout rate: a fraction of previous trees to drop during the dropout |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetDropSeed | ( | int | value | ) |
Sets value for dropSeed
value | Random seed to choose dropping models. Only used in dart. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetEarlyStoppingRound | ( | int | value | ) |
Sets value for earlyStoppingRound
value | Early stopping round |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetExecutionMode | ( | string | value | ) |
Sets value for executionMode
value | Specify how LightGBM is executed. Values can be streaming, bulk. Default is bulk. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetExtraSeed | ( | int | value | ) |
Sets value for extraSeed
value | Random seed for selecting threshold when extra_trees is true |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetFeatureFraction | ( | double | value | ) |
Sets value for featureFraction
value | Feature fraction |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetFeatureFractionByNode | ( | double | value | ) |
Sets value for featureFractionByNode
value | Feature fraction by node |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetFeatureFractionSeed | ( | int | value | ) |
Sets value for featureFractionSeed
value | Feature fraction seed |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetFeaturesCol | ( | string | value | ) |
Sets value for featuresCol
value | features column name |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetFeaturesShapCol | ( | string | value | ) |
Sets value for featuresShapCol
value | Output SHAP vector column name after prediction containing the feature contribution values |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetFobj | ( | object | value | ) |
Sets value for fobj
value | Customized objective function. Should accept two parameters: preds, train_data, and return (grad, hess). |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetImprovementTolerance | ( | double | value | ) |
Sets value for improvementTolerance
value | Tolerance to consider improvement in metric |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetInitScoreCol | ( | string | value | ) |
Sets value for initScoreCol
value | The name of the initial score column, used for continued training |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetIsEnableSparse | ( | bool | value | ) |
Sets value for isEnableSparse
value | Used to enable/disable sparse optimization |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetIsProvideTrainingMetric | ( | bool | value | ) |
Sets value for isProvideTrainingMetric
value | Whether output metric result over training dataset. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetIsUnbalance | ( | bool | value | ) |
Sets value for isUnbalance
value | Set to true if training data is unbalanced in binary classification scenario |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetLabelCol | ( | string | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetLambdaL1 | ( | double | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetLambdaL2 | ( | double | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetLeafPredictionCol | ( | string | value | ) |
Sets value for leafPredictionCol
value | Predicted leaf indices's column name |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetLearningRate | ( | double | value | ) |
Sets value for learningRate
value | Learning rate or shrinkage rate |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMatrixType | ( | string | value | ) |
Sets value for matrixType
value | Advanced parameter to specify whether the native lightgbm matrix constructed should be sparse or dense. Values can be auto, sparse or dense. Default value is auto, which samples first ten rows to determine type. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxBin | ( | int | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxBinByFeature | ( | int [] | value | ) |
Sets value for maxBinByFeature
value | Max number of bins for each feature |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxCatThreshold | ( | int | value | ) |
Sets value for maxCatThreshold
value | limit number of split points considered for categorical features |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxCatToOnehot | ( | int | value | ) |
Sets value for maxCatToOnehot
value | when number of categories of one feature smaller than or equal to this, one-vs-other split algorithm will be used |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxDeltaStep | ( | double | value | ) |
Sets value for maxDeltaStep
value | Used to limit the max output of tree leaves |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxDepth | ( | int | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMaxDrop | ( | int | value | ) |
Sets value for maxDrop
value | Max number of dropped trees during one boosting iteration |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMetric | ( | string | value | ) |
Sets value for metric
value | Metrics to be evaluated on the evaluation data. Options are: empty string or not specified means that metric corresponding to specified objective will be used (this is possible only for pre-defined objective functions, otherwise no evaluation metric will be added). None (string, not a None value) means that no metric will be registered, aliases: na, null, custom. l1, absolute loss, aliases: mean_absolute_error, mae, regression_l1. l2, square loss, aliases: mean_squared_error, mse, regression_l2, regression. rmse, root square loss, aliases: root_mean_squared_error, l2_root. quantile, Quantile regression. mape, MAPE loss, aliases: mean_absolute_percentage_error. huber, Huber loss. fair, Fair loss. poisson, negative log-likelihood for Poisson regression. gamma, negative log-likelihood for Gamma regression. gamma_deviance, residual deviance for Gamma regression. tweedie, negative log-likelihood for Tweedie regression. ndcg, NDCG, aliases: lambdarank. map, MAP, aliases: mean_average_precision. auc, AUC. binary_logloss, log loss, aliases: binary. binary_error, for one sample: 0 for correct classification, 1 for error classification. multi_logloss, log loss for multi-class classification, aliases: multiclass, softmax, multiclassova, multiclass_ova, ova, ovr. multi_error, error rate for multi-class classification. cross_entropy, cross-entropy (with optional linear weights), aliases: xentropy. cross_entropy_lambda, intensity-weighted cross-entropy, aliases: xentlambda. kullback_leibler, Kullback-Leibler divergence, aliases: kldiv. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMicroBatchSize | ( | int | value | ) |
Sets value for microBatchSize
value | Specify how many elements are sent in a streaming micro-batch. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMinDataInLeaf | ( | int | value | ) |
Sets value for minDataInLeaf
value | Minimal number of data in one leaf. Can be used to deal with over-fitting. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMinDataPerBin | ( | int | value | ) |
Sets value for minDataPerBin
value | Minimal number of data inside one bin |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMinDataPerGroup | ( | int | value | ) |
Sets value for minDataPerGroup
value | minimal number of data per categorical group |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMinGainToSplit | ( | double | value | ) |
Sets value for minGainToSplit
value | The minimal gain to perform split |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMinSumHessianInLeaf | ( | double | value | ) |
Sets value for minSumHessianInLeaf
value | Minimal sum hessian in one leaf |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetModelString | ( | string | value | ) |
Sets value for modelString
value | LightGBM model to retrain |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMonotoneConstraints | ( | int [] | value | ) |
Sets value for monotoneConstraints
value | used for constraints of monotonic features. 1 means increasing, -1 means decreasing, 0 means non-constraint. Specify all features in order. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMonotoneConstraintsMethod | ( | string | value | ) |
Sets value for monotoneConstraintsMethod
value | Monotone constraints method. basic, intermediate, or advanced. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetMonotonePenalty | ( | double | value | ) |
Sets value for monotonePenalty
value | A penalization parameter X forbids any monotone splits on the first X (rounded down) level(s) of the tree. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetNegBaggingFraction | ( | double | value | ) |
Sets value for negBaggingFraction
value | Negative Bagging fraction |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetNumBatches | ( | int | value | ) |
Sets value for numBatches
value | If greater than 0, splits data into separate batches during training |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetNumIterations | ( | int | value | ) |
Sets value for numIterations
value | Number of iterations, LightGBM constructs num_class * num_iterations trees |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetNumLeaves | ( | int | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetNumTasks | ( | int | value | ) |
Sets value for numTasks
value | Advanced parameter to specify the number of tasks. SynapseML tries to guess this based on cluster configuration, but this parameter can be used to override. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetNumThreads | ( | int | value | ) |
Sets value for numThreads
value | Number of threads per executor for LightGBM. For the best speed, set this to the number of real CPU cores. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetObjective | ( | string | value | ) |
Sets value for objective
value | The Objective. For regression applications, this can be: regression_l2, regression_l1, huber, fair, poisson, quantile, mape, gamma or tweedie. For classification applications, this can be: binary, multiclass, or multiclassova. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetObjectiveSeed | ( | int | value | ) |
Sets value for objectiveSeed
value | Random seed for objectives, if random process is needed. Currently used only for rank_xendcg objective. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetOtherRate | ( | double | value | ) |
Sets value for otherRate
value | The retain ratio of small gradient data. Only used in goss. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetParallelism | ( | string | value | ) |
Sets value for parallelism
value | Tree learner parallelism, can be set to data_parallel or voting_parallel |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetPassThroughArgs | ( | string | value | ) |
Sets value for passThroughArgs
value | Direct string to pass through to LightGBM library (appended with other explicitly set params). Will override any parameters given with explicit setters. Can include multiple parameters in one string. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetPosBaggingFraction | ( | double | value | ) |
Sets value for posBaggingFraction
value | Positive Bagging fraction |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetPredictDisableShapeCheck | ( | bool | value | ) |
Sets value for predictDisableShapeCheck
value | control whether or not LightGBM raises an error when you try to predict on data with a different number of features than the training data |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetPredictionCol | ( | string | value | ) |
Sets value for predictionCol
value | prediction column name |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetProbabilityCol | ( | string | value | ) |
Sets value for probabilityCol
value | Column name for predicted class conditional probabilities. Note: Not all models output well-calibrated probability estimates! These probabilities should be treated as confidences, not precise probabilities |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetRawPredictionCol | ( | string | value | ) |
Sets value for rawPredictionCol
value | raw prediction (a.k.a. confidence) column name |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetRepartitionByGroupingColumn | ( | bool | value | ) |
Sets value for repartitionByGroupingColumn
value | Repartition training data according to grouping column, on by default. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetSeed | ( | int | value | ) |
Sets value for seed
value | Main seed, used to generate other seeds |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetSkipDrop | ( | double | value | ) |
Sets value for skipDrop
value | Probability of skipping the dropout procedure during a boosting iteration |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetSlotNames | ( | string [] | value | ) |
Sets value for slotNames
value | List of slot names in the features column |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetThresholds | ( | double [] | value | ) |
Sets value for thresholds
value | Thresholds in multi-class classification to adjust the probability of predicting each class. Array must have length equal to the number of classes, with values > 0 excepting that at most one value may be 0. The class with largest value p/t is predicted, where p is the original probability of that class and t is the class's threshold |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetTimeout | ( | double | value | ) |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetTopK | ( | int | value | ) |
Sets value for topK
value | The top_k value used in Voting parallel, set this to larger value for more accurate result, but it will slow down the training speed. It should be greater than 0 |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetTopRate | ( | double | value | ) |
Sets value for topRate
value | The retain ratio of large gradient data. Only used in goss. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetUniformDrop | ( | bool | value | ) |
Sets value for uniformDrop
value | Set this to true to use uniform drop in dart mode |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetUseBarrierExecutionMode | ( | bool | value | ) |
Sets value for useBarrierExecutionMode
value | Barrier execution mode which uses a barrier stage, off by default. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetUseMissing | ( | bool | value | ) |
Sets value for useMissing
value | Set this to false to disable the special handle of missing value |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetUseSingleDatasetMode | ( | bool | value | ) |
Sets value for useSingleDatasetMode
value | Use single dataset execution mode to create a single native dataset per executor (singleton) to reduce memory and communication overhead. |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetValidationIndicatorCol | ( | string | value | ) |
Sets value for validationIndicatorCol
value | Indicates whether the row is for training or validation |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetVerbosity | ( | int | value | ) |
Sets value for verbosity
value | Verbosity where lt 0 is Fatal, eq 0 is Error, eq 1 is Info, gt 1 is Debug |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetWeightCol | ( | string | value | ) |
Sets value for weightCol
value | The name of the weight column |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetXGBoostDartMode | ( | bool | value | ) |
Sets value for xGBoostDartMode
value | Set this to true to use xgboost dart mode |
LightGBMClassifier Synapse.ML.Lightgbm.LightGBMClassifier.SetZeroAsMissing | ( | bool | value | ) |
Sets value for zeroAsMissing
value | Set to true to treat all zero as missing values (including the unshown values in LibSVM / sparse matrices). Set to false to use na for representing missing values |