Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.
julearn.model_selection.get_searcher#
- julearn.model_selection.get_searcher(name)#
Get a searcher by name.
- Parameters:
- namestr
The searchers name.
- Returns:
- obj
scikit-learn compatible searcher.
- Raises:
- ValueError
If the specified searcher is not available.