Cardea
Modeler(pipeline, problem_type)
Modeler
A class responsible for executing various Machine Learning Pipelines using MLBlocks.
Modeler.train_test_split(X, y[, test_size, …])
Modeler.train_test_split
Split the training dataset and the testing dataset.
Modeler.fit(X, y[, tune, max_evals, …])
Modeler.fit
Fit and select the pipelines.
Modeler.predict(X)
Modeler.predict
Predict the input data
Modeler.fit_predict(X, y[, tune, max_evals, …])
Modeler.fit_predict
Fit the pipeline and make predictions
Modeler.evaluate(X, y[, test_size, shuffle, …])
Modeler.evaluate
Evaluate the pipelines.
Modeler.save(path)
Modeler.save
Save the object in a pickle file.
Modeler.load(path)
Modeler.load
Load a Modeler object from a pickle file