Skip to content

Implement scikit-learn like API #187

Description

@cbrnr

It would be nice to have an API similar to that of scikit-learn, e.g. to perform MVARICA:

model = scot.MVARICA()
model.fit(data)

We'd have to discuss the details though, such as where do we specify certain parameters (e.g. model order, dimensionality - in __init__ or fit). @mbillingr I would be happy if you had some comments on that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions