Skip to content

Merge Estimator.summary() and Estimator.fit() #103

@tsalo

Description

@tsalo

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

No one assigned

    Labels

    breaking-changePRs that change results or interfaces.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions