Base:
method
ModelPath
Microsoft.ML.RunTests.TestCommandBase.RunContextBase.ModelPath()
2 references to ModelPath
Microsoft.ML.TestFramework (2)
BaseTestPredictorsMaml.cs (2)
127var modelPath = ctx.Command == Cmd.Train || ctx.Command == Cmd.TrainTest ? ctx.ModelPath() : null; 413modelOverride: trainCtx.ModelPath());