PIEModel.build_from_idata#
- PIEModel.build_from_idata(idata)[source]#
Rebuild the model from saved inference data.
Calls the inherited
RegressionModelBuilder.build_from_idata()(which re-runsbuild_model()on the savedfit_dataand therefore recomputes_target_scale), then overwrites_target_scalewith the value stored inidata.attrsto preserve the exact scale used at fit time (avoids round-off iffit_datawas edited or re-serialised).