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

Support for training from multiple datasets #50

Open
jtylka opened this issue Apr 8, 2021 · 4 comments
Open

Support for training from multiple datasets #50

jtylka opened this issue Apr 8, 2021 · 4 comments
Labels
Enhancement New feature or request

Comments

@jtylka
Copy link

jtylka commented Apr 8, 2021

as far as I can tell, the model.fit(X,y) function can only support a single training dataset. I would like to train a model based on multiple recorded datasets (say, 5 recordings, each 10 minutes long, but not captured consecutively, so concatenation is not correct). is this possible? is this planned for a future release?
see for example: https://www.mathworks.com/help/ident/ug/dealing-with-multi-experiment-data-and-merging-models.html

@wilsonrljr wilsonrljr added the Enhancement New feature or request label Apr 17, 2021
@Gabo-Tor
Copy link
Contributor

Gabo-Tor commented Oct 3, 2022

This feature will be greatly appreciated. In the same way, it would be great to also use many datasets for validation. Great project by the way!

@wilsonrljr
Copy link
Owner

Hey! I'll release a new update next week and then I'll take a look at this feature. I already have some tests in mind, so I'll let you know as soon as I start to work on it

@paulogonc
Copy link

I would like to ask, if there is any update on this feature? Maybe it would be possible to provide some hints how this can be done with certain modifications on the current code basis to achieve a kind of batch run batch training.

Thanks in advance.

@wilsonrljr
Copy link
Owner

Hey, @paulogonc . I'll attach a notebook here showing how you can use the current features to do what the matlab multi experiment does. I haven't planned to include that as a feature in the package yet (I'm focusing on some backend changes first), but the notebook might help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

4 participants