2 instantiations of FastTreeTweedieModelParameters
Microsoft.ML.FastTree (2)
FastTreeTweedie.cs (2)
134return new FastTreeTweedieModelParameters(Host, TrainedEnsemble, FeatureCount, InnerOptions); 532return new FastTreeTweedieModelParameters(env, ctx);
11 references to FastTreeTweedieModelParameters
Microsoft.ML.FastTree (11)
FastTreeTweedie.cs (11)
23[assembly: LoadableClass(typeof(FastTreeTweedieModelParameters), null, typeof(SignatureLoadModel), 25FastTreeTweedieModelParameters.LoaderSignature)] 64: BoostingFastTreeTrainerBase<FastTreeTweedieTrainer.Options, RegressionPredictionTransformer<FastTreeTweedieModelParameters>, FastTreeTweedieModelParameters> 117private protected override FastTreeTweedieModelParameters TrainModelCore(TrainContext context) 350private protected override RegressionPredictionTransformer<FastTreeTweedieModelParameters> MakeTransformer(FastTreeTweedieModelParameters model, DataViewSchema trainSchema) 351=> new RegressionPredictionTransformer<FastTreeTweedieModelParameters>(Host, model, trainSchema, FeatureColumn.Name); 357public RegressionPredictionTransformer<FastTreeTweedieModelParameters> Fit(IDataView trainData, IDataView validationData) 502loaderAssemblyName: typeof(FastTreeTweedieModelParameters).Assembly.FullName); 527internal static FastTreeTweedieModelParameters Create(IHostEnvironment env, ModelLoadContext ctx)