pyPhenology.models.BootstrapModel

class pyPhenology.models.BootstrapModel(core_model, num_bootstraps, parameters={})[source]

Fit a model using bootstrapping of the data.

__init__(core_model, num_bootstraps, parameters={})[source]

Methods

__init__(core_model, num_bootstraps[, …])
fit(observations, temperature, **kwargs)
get_params()
predict([to_predict, temperature, aggregation]) Make predictions from the bootstrapped models.
save_params(filename)