38 instantiations of SearchSpace
Microsoft.ML.AutoML (17)
API\AutoCatalog.cs (17)
364
res.Add(SweepableEstimatorFactory.CreateFastTreeBinary(fastTreeOption, fastTreeSearchSpace ?? new
SearchSpace
<FastTreeOption>(fastTreeOption)));
373
res.Add(SweepableEstimatorFactory.CreateFastForestBinary(fastForestOption, fastForestSearchSpace ?? new
SearchSpace
<FastForestOption>(fastForestOption)));
382
res.Add(SweepableEstimatorFactory.CreateLightGbmBinary(lgbmOption, lgbmSearchSpace ?? new
SearchSpace
<LgbmOption>(lgbmOption)));
391
res.Add(SweepableEstimatorFactory.CreateLbfgsLogisticRegressionBinary(lbfgsLogisticRegressionOption, lbfgsLogisticRegressionSearchSpace ?? new
SearchSpace
<LbfgsOption>(lbfgsLogisticRegressionOption)));
400
res.Add(SweepableEstimatorFactory.CreateSdcaLogisticRegressionBinary(sdcaLogisticRegressionOption, sdcaLogisticRegressionSearchSpace ?? new
SearchSpace
<SdcaOption>(sdcaLogisticRegressionOption)));
468
res.Add(SweepableEstimatorFactory.CreateFastTreeOva(fastTreeOption, fastTreeSearchSpace ?? new
SearchSpace
<FastTreeOption>(fastTreeOption)));
477
res.Add(SweepableEstimatorFactory.CreateFastForestOva(fastForestOption, fastForestSearchSpace ?? new
SearchSpace
<FastForestOption>(fastForestOption)));
486
res.Add(SweepableEstimatorFactory.CreateLightGbmMulti(lgbmOption, lgbmSearchSpace ?? new
SearchSpace
<LgbmOption>(lgbmOption)));
495
res.Add(SweepableEstimatorFactory.CreateLbfgsLogisticRegressionOva(lbfgsLogisticRegressionOption, lbfgsLogisticRegressionSearchSpace ?? new
SearchSpace
<LbfgsOption>(lbfgsLogisticRegressionOption)));
505
res.Add(SweepableEstimatorFactory.CreateLbfgsMaximumEntropyMulti(lbfgsMaximumEntrophyOption, lbfgsMaximumEntrophySearchSpace ?? new
SearchSpace
<LbfgsOption>(lbfgsMaximumEntrophyOption)));
514
res.Add(SweepableEstimatorFactory.CreateSdcaMaximumEntropyMulti(sdcaMaximumEntrophyOption, sdcaMaximumEntorphySearchSpace ?? new
SearchSpace
<SdcaOption>(sdcaMaximumEntrophyOption)));
523
res.Add(SweepableEstimatorFactory.CreateSdcaLogisticRegressionOva(sdcaLogisticRegressionOption, sdcaLogisticRegressionSearchSpace ?? new
SearchSpace
<SdcaOption>(sdcaLogisticRegressionOption)));
579
res.Add(SweepableEstimatorFactory.CreateFastTreeRegression(fastTreeOption, fastTreeSearchSpace ?? new
SearchSpace
<FastTreeOption>(fastTreeOption)));
588
res.Add(SweepableEstimatorFactory.CreateFastForestRegression(fastForestOption, fastForestSearchSpace ?? new
SearchSpace
<FastForestOption>(fastForestOption)));
597
res.Add(SweepableEstimatorFactory.CreateLightGbmRegression(lgbmOption, lgbmSearchSpace ?? new
SearchSpace
<LgbmOption>(lgbmOption)));
606
res.Add(SweepableEstimatorFactory.CreateLbfgsPoissonRegressionRegression(lbfgsPoissonRegressionOption, lbfgsPoissonRegressionSearchSpace ?? new
SearchSpace
<LbfgsOption>(lbfgsPoissonRegressionOption)));
615
res.Add(SweepableEstimatorFactory.CreateSdcaRegression(sdcaOption, sdcaSearchSpace ?? new
SearchSpace
<SdcaOption>(sdcaOption)));
Microsoft.ML.AutoML.Samples (2)
Sweepable\SearchSpaceExample.cs (1)
17
var myParameterSearchSpace = new
SearchSpace
<MyParameter>();
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
42
var lgbmSearchSpace = new
SearchSpace
<LightGBMOption>();
Microsoft.ML.AutoML.Tests (10)
GridSearchTunerTests.cs (1)
37
var searchSpace = new
SearchSpace
<NaiveSearchSpace>();
TrialResultManagerTest.cs (1)
33
var lgbmSearchSpace = new SearchSpace.
SearchSpace
<LgbmOption>();
TunerTests.cs (8)
33
var searchSpace = new
SearchSpace
<LbfgsOption>();
74
var searchSpace = new
SearchSpace
<LbfgsOption>();
106
var searchSpace = new
SearchSpace
<LSE3DSearchSpace>();
152
var searchSpace = new
SearchSpace
<LSE3DSearchSpace>();
238
var searchSpace = new
SearchSpace
<LSE3DSearchSpace>();
293
var searchSpace = new
SearchSpace
<LSE3DSearchSpace>();
342
var searchSpace = new
SearchSpace
<LSE3DSearchSpace>();
390
var searchSpace = new
SearchSpace
<LSE3DSearchSpace>();
Microsoft.ML.SearchSpace.Tests (9)
SearchSpaceTest.cs (9)
41
var ss = new
SearchSpace
<BasicSearchSpace>();
61
var ss = new
SearchSpace
<BasicSearchSpace>();
74
var ss = new
SearchSpace
<NestSearchSpace>();
98
var ss = new
SearchSpace
<NestSearchSpace>(option);
145
var ss = new
SearchSpace
<BasicSearchSpace>(option);
165
var ss = new
SearchSpace
<NestSearchSpace>();
191
var ss = new
SearchSpace
<DefaultSearchSpace>(defaultSearchSpace);
209
var ss = new
SearchSpace
<BasicSearchSpace>();
302
var ss = new
SearchSpace
<TOption>();
41 references to SearchSpace
Microsoft.ML.AutoML (18)
API\AutoCatalog.cs (18)
301
public SweepableEstimator CreateSweepableEstimator<T>(Func<MLContext, T, IEstimator<ITransformer>> factory,
SearchSpace
<T> ss = null)
350
SearchSpace
<FastTreeOption> fastTreeSearchSpace = null,
351
SearchSpace
<LgbmOption> lgbmSearchSpace = null,
352
SearchSpace
<FastForestOption> fastForestSearchSpace = null,
353
SearchSpace
<LbfgsOption> lbfgsLogisticRegressionSearchSpace = null,
354
SearchSpace
<SdcaOption> sdcaLogisticRegressionSearchSpace = null)
452
SearchSpace
<FastTreeOption> fastTreeSearchSpace = null,
453
SearchSpace
<LgbmOption> lgbmSearchSpace = null,
454
SearchSpace
<FastForestOption> fastForestSearchSpace = null,
455
SearchSpace
<LbfgsOption> lbfgsMaximumEntrophySearchSpace = null,
456
SearchSpace
<LbfgsOption> lbfgsLogisticRegressionSearchSpace = null,
457
SearchSpace
<SdcaOption> sdcaMaximumEntorphySearchSpace = null,
458
SearchSpace
<SdcaOption> sdcaLogisticRegressionSearchSpace = null)
565
SearchSpace
<FastTreeOption> fastTreeSearchSpace = null,
566
SearchSpace
<LgbmOption> lgbmSearchSpace = null,
567
SearchSpace
<FastForestOption> fastForestSearchSpace = null,
568
SearchSpace
<LbfgsOption> lbfgsPoissonRegressionSearchSpace = null,
569
SearchSpace
<SdcaOption> sdcaSearchSpace = null)
Microsoft.ML.AutoML.Samples (2)
Sweepable\SearchSpaceExample.cs (1)
17
var
myParameterSearchSpace = new SearchSpace<MyParameter>();
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
42
var
lgbmSearchSpace = new SearchSpace<LightGBMOption>();
Microsoft.ML.AutoML.Tests (10)
GridSearchTunerTests.cs (1)
37
var
searchSpace = new SearchSpace<NaiveSearchSpace>();
TrialResultManagerTest.cs (1)
33
var
lgbmSearchSpace = new SearchSpace.SearchSpace<LgbmOption>();
TunerTests.cs (8)
33
var
searchSpace = new SearchSpace<LbfgsOption>();
74
var
searchSpace = new SearchSpace<LbfgsOption>();
106
var
searchSpace = new SearchSpace<LSE3DSearchSpace>();
152
var
searchSpace = new SearchSpace<LSE3DSearchSpace>();
238
var
searchSpace = new SearchSpace<LSE3DSearchSpace>();
293
var
searchSpace = new SearchSpace<LSE3DSearchSpace>();
342
var
searchSpace = new SearchSpace<LSE3DSearchSpace>();
390
var
searchSpace = new SearchSpace<LSE3DSearchSpace>();
Microsoft.ML.SearchSpace (2)
SearchSpace.cs (2)
414
/// Create <see cref="
SearchSpace
{T}"/> from <typeparamref name="T"/>. This initializer search for the <see cref="NestOptionAttribute"/> in <typeparamref name="T"/> and create searching space accordingly.
422
/// Create <see cref="
SearchSpace
{T}"/> from <typeparamref name="T"/> and <paramref name="defaultOption"/>. This initializer search for the <see cref="NestOptionAttribute"/> in <typeparamref name="T"/> and create searching space accordingly.
Microsoft.ML.SearchSpace.Tests (9)
SearchSpaceTest.cs (9)
41
var
ss = new SearchSpace<BasicSearchSpace>();
61
var
ss = new SearchSpace<BasicSearchSpace>();
74
var
ss = new SearchSpace<NestSearchSpace>();
98
var
ss = new SearchSpace<NestSearchSpace>(option);
145
var
ss = new SearchSpace<BasicSearchSpace>(option);
165
var
ss = new SearchSpace<NestSearchSpace>();
191
var
ss = new SearchSpace<DefaultSearchSpace>(defaultSearchSpace);
209
var
ss = new SearchSpace<BasicSearchSpace>();
302
var
ss = new SearchSpace<TOption>();