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

Known Issue: Errors in Pandas #2

Open
keithjjones opened this issue Jul 7, 2018 · 0 comments
Open

Known Issue: Errors in Pandas #2

keithjjones opened this issue Jul 7, 2018 · 0 comments
Labels

Comments

@keithjjones
Copy link
Owner

The following errors are in Pandas, until they release a newer version than 0.19.1:

/REDACTED/Python3/lib/python3.6/site-packages/sklearn/preprocessing/label.py:151: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
  if diff:
/REDACTED/Python3/lib/python3.6/site-packages/sklearn/preprocessing/label.py:151: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
  if diff:
@keithjjones keithjjones changed the title Known Issue: Errors is Pandas Known Issue: Errors in Pandas Feb 14, 2019
@keithjjones keithjjones added the bug label Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant