1 instantiation of LassoFit
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
236
LassoFit fit = new
LassoFit
(numberOfLambdas, maxAllowedFeaturesAlongPath, _numFeatures);
4 references to LassoFit
Microsoft.ML.FastTree (4)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (4)
167
private
LassoFit
GetLassoFit(IChannel ch, int maxAllowedFeaturesPerModel)
236
LassoFit
fit = new LassoFit(numberOfLambdas, maxAllowedFeaturesAlongPath, _numFeatures);
461
private InternalTreeEnsemble GetEnsembleFromSolution(
LassoFit
fit, int solutionIdx, InternalTreeEnsemble originalEnsemble)
541
LassoFit
fit = GetLassoFit(ch, maxTreesAfterCompression);