-
-
Notifications
You must be signed in to change notification settings - Fork 211
Fix604 #606
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
Fix604 #606
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
…545) * EHN: allow to upload DataFrame and infer dtype and column name * FIX: check that we raised an error when nominal has mixed type * DOC: add documentation for the dataframe in the docstring * FIX: make flake8 stop complaining for top import * PEP8 * PEP8 * EHN: using pandas inference * TST: check inference for dataframe * TST: check bool case and override attributes with dict * iter * PEP8 * remove dataset publishing * DOC: fix docstring numpydoc format * TST: check that the new attributes is in the uploaded dataset
Fix typos in documentation and example
…et (#586) * EHN: inferred row_id_attribute from dataframe to create a dataset * reset the index of dataframe after inference * TST: check the size of the dataset * PEP8 * TST: check that an error is raised when row_id_attributes is not a known attribute * DOC: Update the docstring * PEP8
* EHN: support SparseDataFrame when creating a dataset * TST: check attributes inference dtype * PEP8 * EXA: add sparse dataframe in the example * Fix typos. * Fix typo. * Refactoring task.py (#588) * [MRG] EHN: inferred row_id_attribute from dataframe to create a dataset (#586) * EHN: inferred row_id_attribute from dataframe to create a dataset * reset the index of dataframe after inference * TST: check the size of the dataset * PEP8 * TST: check that an error is raised when row_id_attributes is not a known attribute * DOC: Update the docstring * PEP8 * add examples to the menu, remove double progress (#554) * PEP8 * PEP8
* temporary fix for failing unit test * Changing Jan's suggestion to a run on a binary classification task
* Partial starting fix for single input task, cache dir multiplatform change * Reduce line size * changing type to isinstance * Refactoring the cache directory path to be more general * Fixing problem with clustering task in accordance with the different tasks implementation * Fixing flake8 problem, adding unit test for clustering task * Fixing bug with regression tasks, adding more checks to the get_task unit tests
* DEPR: remove the format parameter from create_dataset * EHN: check the type of dataframe before the conversion * TST: remove the format parameter
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?