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] OWFeatureStatistics: Fix scipy.stats.mode crash on sparse data #3488

Merged
merged 1 commit into from
Dec 19, 2018

Conversation

pavlin-policar
Copy link
Collaborator

Issue

As of the latest versions of scipy, scipy.stats.mode does not work on sparse data.

Description of changes

A quick fix so the tests aren't constantly failing. Will work on a more efficient solution shortly.

@janezd

Includes
  • Code changes
  • Tests
  • Documentation

@janezd
Copy link
Contributor

janezd commented Dec 19, 2018

Spearman is still failing, but it's in distances, so it's mine. This PR fixes what it's supposed to, so I'm merging.

Thanks for rapid response!

@janezd janezd merged commit e5de908 into biolab:master Dec 19, 2018
@pavlin-policar pavlin-policar deleted the feature-statistics-mode-fix branch December 19, 2018 16:11
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