evalml icon indicating copy to clipboard operation
evalml copied to clipboard

Cleanup `AutoMLSearch` parameters for both `IterativeAlgorithm` and `DefaultAlgorithm`

Open chukarsten opened this issue 3 years ago • 3 comments

Delete search_iterative().

chukarsten avatar Dec 01 '21 20:12 chukarsten

@jeremyliweishih we add this to your epic for when you get around to it!

chukarsten avatar Dec 01 '21 20:12 chukarsten

@chukarsten sounds great!

jeremyliweishih avatar Dec 01 '21 20:12 jeremyliweishih

@freddyaboulton brought up that we can define a AutoMLAlgorithParameters class and have users specify them there for either the Default/Iterative algorithm. Will consider implementing that in this issue to make AutoMLSearch API less confusing (as there would be parameters specific for each algorithm [allowed_component_graphs being one of them]). If not I will file another issue for tech debt.

jeremyliweishih avatar Dec 13 '21 19:12 jeremyliweishih