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 do I import a local dataset that is neither UCR nor UEA #131

Open
Marconi666 opened this issue Jun 16, 2022 · 2 comments
Open

How do I import a local dataset that is neither UCR nor UEA #131

Marconi666 opened this issue Jun 16, 2022 · 2 comments

Comments

@Marconi666
Copy link

How do I import a local dataset that is neither UCR nor UEA

@johannfaouzi
Copy link
Owner

There's no specific tool in this package, but there are in other popular packages:

  • numpy.loadtxt: Load data from a text file.
  • pandas.read_csv: Read a comma-separated values file (you can use other separators than a comma).

If your file has another structure, there are probably other tools from popular packages to load your data.

@Marconi666
Copy link
Author

此软件包中没有特定的工具,但其他流行的软件包中也有:

  • numpy.loadtxt:从文本文件加载数据。
  • pandas.read_csv:读取逗号分隔值文件(可以使用逗号以外的其他分隔符)。

如果你的文件有另一个结构,可能还有其他来自流行包的工具来加载你的数据。

Thank you very much, numpy.loadtxt has solved my problem, thank you.

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