opendataval.model.Model#
- class opendataval.model.Model#
Abstract class of Models. Provides a template for models.
- __init__()#
Methods
__init__()clone()Clone Model object.
fit(x_train, y_train, *args[, sample_weights])Fits the model on the training data.
predict(x, *args, **kwargs)Predict the label from the input covariates data.
Attributes
Models