skdownscale.pointwise_models.BcsdTemperature¶
- class skdownscale.pointwise_models.BcsdTemperature(time_grouper=<function MONTH_GROUPER>, climate_trend_grouper=<function DAY_GROUPER>, climate_trend=<function MONTH_GROUPER>, return_anoms=True, qm_kwargs=None)[source]¶
Methods
fit(X, y)Fit BcsdTemperature model
get_params([deep])Get parameters for this estimator.
predict(X)Predict using the BcsdTemperature model
set_params(**params)Set the parameters of this estimator.
- __init__(time_grouper=<function MONTH_GROUPER>, climate_trend_grouper=<function DAY_GROUPER>, climate_trend=<function MONTH_GROUPER>, return_anoms=True, qm_kwargs=None)¶
Methods
__init__([time_grouper, ...])fit(X, y)Fit BcsdTemperature model
get_params([deep])Get parameters for this estimator.
predict(X)Predict using the BcsdTemperature model
set_params(**params)Set the parameters of this estimator.