Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easier loading of datasets #45

Open
caglorithm opened this issue Feb 26, 2020 · 0 comments
Open

Easier loading of datasets #45

caglorithm opened this issue Feb 26, 2020 · 0 comments
Assignees
Labels
feature A new feature! yay!

Comments

@caglorithm
Copy link
Member

  • The file neurolib/utils/loadData.py should be called something like dataset.py because it only includes that class.
  • Data loading should be easier. Right now we have ds = Dataset("gw") and then model = ALNModel(Cmat=ds.Cmat, Dmat=ds.Dmat) but this could also be model = ALNModel(ds=ds)
@caglorithm caglorithm added the feature A new feature! yay! label Feb 26, 2020
@caglorithm caglorithm self-assigned this Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature! yay!
Projects
None yet
Development

No branches or pull requests

1 participant