Where to Specify Time to Train in ML.NET
问题 I'm evaluating ML.NET Model Builder (Preview) 16.1.0.2027905. When I go to train, the Builder lets me specify "Time to train (seconds)" (See Picture): However, when I get to Step#6 and generate the code, I can't seem to find where the "Time to train" is specified... The ML.NET Builder creates this function for me automatically in the ModelBuilder.cs file: public static ITransformer TrainModel(MLContext mlContext, IDataView trainingDataView, IEstimator<ITransformer> trainingPipeline) { Console