-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
breaking-changePRs that change results or interfaces.PRs that change results or interfaces.enhancementNew feature or requestNew feature or request
Description
In PyMARE, fit
and fit_dataset
both return Estimators, rather than Results. Instead, there's an additional step of calling Estimator.summary()
to produce the Results object. This is different from NiMARE, where fitting an Estimator returns a MetaResult.
I don't know if the extra step is necessary. I.e., does fit
returning an Estimator instead of a Result serve a purpose?
Metadata
Metadata
Assignees
Labels
breaking-changePRs that change results or interfaces.PRs that change results or interfaces.enhancementNew feature or requestNew feature or request