-
-
Notifications
You must be signed in to change notification settings - Fork 211
Develop #582
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
Merged
Merged
Develop #582
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added function to update the dataset status
* fixes issue #565 and removes future / deprecation warnings * removes last deprecation warning * added additional raised error * changed structure
* Add unit test for list of lists dataset upload * Fixing xml pattern typo * Fix pep8 no newline at the end of file * Remove format from definitions * Restoring format in dataset * Fixing a couple of unused imports and fixings bugs with create_dataset call * Adapting unit tests to changes * Fixing failing unit tests * fixing typo * Enforce pep8 style guide, fix doc tutorial trying to invoke create_dataset with format attribute * Workaround for pep8 style guide * fix long time typo * update pep8 failing statement and bug fix for dataset upload tutorial * fixed problem with arff file * Fix pep8 line too long * Extending the unit test for dataset upload, changing upload tutorial * Workaround for the dataset upload unit test * Adding example with weather dataset into the dataset upload tutorial * Fixing builds failure * Adding support for sparse datasets, implementing corresponding unit tests * fix bug * More unit tests and bug fix * Fixing bugs * Fix bug and pep8 errors * Enforcing pep8 and fixing changing the name of attribute format as it is a built-in * Implementing change in a better way * Fixing bugs introduced by changing the format in the constructor * Another try to tackle the bugs * Small refactor * Fixing pep8 error * Fix python2.7 bug * making changes in accordance with Guillaume's suggestions * Adding unit tests, small refactoring * Enforcing pep8 style * Following Matthias's suggestions * Fixing bug introduced by variable name change * Changing the breast_cancer dataset to diabetes, fixing typo with weather dataset, adding creator of weather dataset * Further changes * Adding more changes * Fixing bug * Pep8 enforce * few changes * Fixing typo in dataset name attributes
…sults are available
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference Issue
What does this PR implement/fix? Explain your changes.
How should this PR be tested?
Any other comments?