Automl module
Last updated
Last updated
X_train
Data Frame
The training data used for the model
y_train
Data Series
The truth value used to train the model
X_test
Data Frame
The testing feature data split
y_test
Data Series
The ground truth data for testing
classification
Boolean
True if a classification model
regression
Boolean
True if a regression model
time
Int
Amount of time in seconds that the automl model can take.