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

how to use n2d in other datasets? #21

Open
db-beep opened this issue Apr 1, 2022 · 1 comment
Open

how to use n2d in other datasets? #21

db-beep opened this issue Apr 1, 2022 · 1 comment

Comments

@db-beep
Copy link

db-beep commented Apr 1, 2022

Hi,author,
I want to apply my own data set to n2d.data.shape[90,20000],sample:90,feature:20000,what should I do?
thanks

@rymc
Copy link
Owner

rymc commented Apr 1, 2022

Hi

Please have a look at this file: https://github.com/rymc/n2d/blob/master/datasets.py

You can create a new function that loads and returns your data by doing something similar to the functions in datasets.py

def load_har() might be the most useful, since it loads a CSV from disk.

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

No branches or pull requests

2 participants