fit_predict: Call fit and predict in sequence.

Description Usage Arguments

Description

Call fit and predict in sequence.

Usage

1
fit_predict(obj, features, target, sample_weight = NULL, group = NULL)

Arguments

obj

A TPOTClassifier or a TPOTRegressor

target

List of class labels for prediction

group

Group labels for the samples used when performing cross-validation. This parameter should only be used in conjunction with sklearn's Group cross-validation functions, such as sklearn.model_selection.GroupKFold


thllwg/tpotr documentation built on July 5, 2019, 12:49 a.m.