1 write to _ensembleCompressor
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
200_ensembleCompressor = new LassoBasedEnsembleCompressor();
2 references to _ensembleCompressor
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
201_ensembleCompressor.Initialize(FastTreeTrainerOptions.NumberOfTrees, TrainSet, TrainSet.Ratings, FastTreeTrainerOptions.Seed); 400_ensembleCompressor.SetTreeScores(Ensemble.NumTrees - 1, trainOutputs);