We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de34b0f commit 633b386Copy full SHA for 633b386
pymc_extras/model_builder.py
@@ -444,6 +444,7 @@ def load(cls, fname: str):
444
sampler_config=json.loads(idata.attrs["sampler_config"]),
445
)
446
model.idata = idata
447
+ model.is_fitted_ = True
448
dataset = idata.fit_data.to_dataframe()
449
X = dataset.drop(columns=[model.output_var])
450
y = dataset[model.output_var]
0 commit comments