Cardea
cardea.
An interface class that ties the end-to-end system together.
es_loader (EntitySetLoader) – An entityset loader.
featurization (Featurization) – A featurization class.
modeler (Modeler) – A modeling class.
problems (list) – A list of currently available prediction problems.
chosen_problem (str) – The selected prediction problem or regression.
es (featuretools.EntitySet) – The loaded entityset.
target_entity (str) – The target entity for featurization.
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()
Initialize self.
download_demo(name[, data_path])
download_demo
evaluate(X, y[, test_size, shuffle, tune, …])
evaluate
Evaluate the cardea pipeline.
fit(X, y[, tune, max_evals, scoring, verbose])
fit
Train the cardea pipeline.
fit_predict(X, y[, tune, max_evals, …])
fit_predict
Train a cardea pipeline then make predictions.
generate_features(cutoff)
generate_features
Returns a the calculated feature matrix.
list_feature_primitives()
list_feature_primitives
Returns built-in primitive in Featuretools.
list_problems()
list_problems
Returns a list of the currently available problems.
load(path)
load
Load an Orion instance from a pickle file.
load_entityset(data[, fhir])
load_entityset
Returns an entityset loaded with .csv files in data.
predict(X)
predict
Get predictions from the cardea pipeline.
save(path)
save
Save this object using pickle.
select_pipeline(pipeline)
select_pipeline
Select a pipeline.
select_problem(selection[, parameter])
select_problem
Select a prediction problem and extract information.
train_test_split(X, y, test_size, shuffle)
train_test_split
Split the training dataset and the testing dataset.