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