autobazaar.search module¶
AutoBazaar Search Module.
This module contains the PipelineSearcher, which is the class that contains the main logic of the Auto Machine Learning process.
Classes
|
PipelineSearcher class. |
Exceptions
Functions
|
-
class
autobazaar.search.
PipelineSearcher
(pipelines_dir, db=None, test_id=None, tuner_type='gp', cv_splits=5, random_state=0)[source]¶ Bases:
object
PipelineSearcher class.
This class is responsible for searching the best pipeline to solve a given dataset and problem.
Methods
search
(d3mds[, template_name, budget, …])