Package org.apache.ignite.examples.ml.tutorial.hyperparametertuning
Hyper-parameter tuning tutorial.
-
Class Summary Class Description Step_13_RandomSearch To choose the best hyper-parameters the cross-validation withParamGridwill be used in this example.Step_14_Parallel_Brute_Force_Search To choose the best hyper-parameters the cross-validation withParamGridwill be used in this example.Step_15_Parallel_Random_Search To choose the best hyper-parameters the cross-validation withParamGridwill be used in this example.Step_16_Genetic_Programming_Search To choose the best hyper-parameters the cross-validation withParamGridwill be used in this example.Step_17_Parallel_Genetic_Programming_Search To choose the best hyper-parameters the cross-validation withParamGridwill be used in this example.