-
Notifications
You must be signed in to change notification settings - Fork 143
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
Added the new Datasets module. #156
Conversation
The Datasets module has convenience methods to load single problem dataset. It's main purpose is for testing and supporting the package documention.
@@ -79,9 +79,9 @@ | |||
# built documents. | |||
# | |||
# The short X.Y version. | |||
version = "0.1.6" | |||
version = "0.1.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct that the version bumped from 0.1.6 to 0.1.8, and not 0.1.7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's correct. Version should be bumped to 0.1.8 as the version number on the stable documentation was not correct.
Returns train/test split inertial sensor raw data.
README.md
Outdated
@@ -23,7 +27,9 @@ It does not requires installation as it relies on Google Colabs and a user inter | |||
Advanced users can take full potential of TSFEL by installing as a python package | |||
|
|||
```python | |||
pip install tsfel | |||
pip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one line
The Datasets module has convenience methods to load datasets. It's main purpose is for testing and supporting the package documentation.