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

Multi datasets features into DESlib #266

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

pierremarcthibault
Copy link
Contributor

This PR allows to use DESlib with multiples datasets. In simple terms, instead of using data with the next shape (samples x dimensions), we can use data with this shape (datasets x samples x dimensions). It's useful when we have different types of data for the same samples.

It's not compatible with all techniques, lacks some static techniques, but it is for a lot of them. Some checks in base.py have been disabled to make the feature works. Finally, some code has been let unfinished or blank as all normal technique features were not required in the original research it came from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant