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] score.FCBF: don't segfault on continuous variables w/ <0 values #2355

Merged
merged 1 commit into from
Jun 9, 2017

Commits on May 30, 2017

  1. score.FCBF: don't segfault on continuous variables w/ <0 values

    Previously, FCBF always computed contingency as if the variable
    was discrete. Now uses Orange's Discrete contingency, which discretizes
    as necessary.
    This should, hopefully, also fix segfault on OSX when all values are
    missing.
    kernc committed May 30, 2017
    Configuration menu
    Copy the full SHA
    3e235f1 View commit details
    Browse the repository at this point in the history