Skip to content

Simplify parameter grids to be dictionaries instead of lists of dictionaries #618

@desilinguist

Description

@desilinguist

Right now, we always use a list with a single dictionary to represent the default parameter grid for a learner. However, GridSearchCV can take a plain dictionary as well. Given that we almost never search multiple grids, switching to a plain dictionary will make things a lot simpler when implementing voting and stacking learners.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions