We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
There's no specific tool in this package, but there are in other popular packages:
If your file has another structure, there are probably other tools from popular packages to load your data.
Sorry, something went wrong.
此软件包中没有特定的工具,但其他流行的软件包中也有: numpy.loadtxt:从文本文件加载数据。 pandas.read_csv:读取逗号分隔值文件(可以使用逗号以外的其他分隔符)。 如果你的文件有另一个结构,可能还有其他来自流行包的工具来加载你的数据。
此软件包中没有特定的工具,但其他流行的软件包中也有:
如果你的文件有另一个结构,可能还有其他来自流行包的工具来加载你的数据。
Thank you very much, numpy.loadtxt has solved my problem, thank you.
No branches or pull requests
How do I import a local dataset that is neither UCR nor UEA
The text was updated successfully, but these errors were encountered: