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

fix linear_assignment_ error or warning #20

Merged
merged 1 commit into from
Nov 9, 2020
Merged

fix linear_assignment_ error or warning #20

merged 1 commit into from
Nov 9, 2020

Conversation

bguo068
Copy link
Contributor

@bguo068 bguo068 commented Nov 5, 2020

python3.7/site-packages/sklearn/utils/linear_assignment_.py:22: FutureWarning: The linear_assignment_ module is deprecated in 0.21 and will be removed from 0.23. Use scipy.optimize.linear_sum_assignment instead

After the change, loter is running :) Hope it will fix issue #15

```
python3.7/site-packages/sklearn/utils/linear_assignment_.py:22: FutureWarning: The linear_assignment_ module is deprecated in 0.21 and will be removed from 0.23. Use scipy.optimize.linear_sum_assignment instead
```
@gdurif gdurif self-assigned this Nov 9, 2020
@gdurif gdurif self-requested a review November 9, 2020 13:46
@gdurif gdurif merged commit eb8970d into bcm-uga:master Nov 9, 2020
@gdurif
Copy link
Collaborator

gdurif commented Nov 9, 2020

Thank you very much

@gdurif gdurif mentioned this pull request Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants