LbfgsPoissonRegressionTrainer.Fit(IDataView, LinearModelParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Continues the training of a LbfgsPoissonRegressionTrainer using an already trained linearModel
and returns
a RegressionPredictionTransformer<TModel>.
public Microsoft.ML.Data.RegressionPredictionTransformer<Microsoft.ML.Trainers.PoissonRegressionModelParameters> Fit (Microsoft.ML.IDataView trainData, Microsoft.ML.Trainers.LinearModelParameters linearModel);
override this.Fit : Microsoft.ML.IDataView * Microsoft.ML.Trainers.LinearModelParameters -> Microsoft.ML.Data.RegressionPredictionTransformer<Microsoft.ML.Trainers.PoissonRegressionModelParameters>
Public Function Fit (trainData As IDataView, linearModel As LinearModelParameters) As RegressionPredictionTransformer(Of PoissonRegressionModelParameters)
Parameters
- trainData
- IDataView
- linearModel
- LinearModelParameters