You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a unified ModelContainer (and also likely a EstimatorGLM) class for accessing attributes/methods, even if their return types are different. Something akin to _EstimatorBase at the moment
a. Implement any missing methods on said container like error_codes, niter, fisher_inv (all for a base ModelContianer class so needs base class implemented), features (comes from input data for Model)
Need to test diffxpy model fitting to ensure accuracy + correctness
The text was updated successfully, but these errors were encountered:
ModelContainer
(and also likely aEstimatorGLM
) class for accessing attributes/methods, even if their return types are different. Something akin to_EstimatorBase
at the momenta. Implement any missing methods on said container like
error_codes
,niter
,fisher_inv
(all for a baseModelContianer
class so needs base class implemented),features
(comes from input data forModel
)The text was updated successfully, but these errors were encountered: