2 references to GetExtension
Microsoft.ML.AutoML (1)
Experiment\SuggestedPipeline.cs (1)
96
var estimatorExtension = EstimatorExtensionCatalog.
GetExtension
(estimatorName);
Microsoft.ML.AutoML.Tests (1)
EstimatorExtensionTests.cs (1)
35
var extension = EstimatorExtensionCatalog.
GetExtension
(estimatorName);