Skip to content

Check Correc threshold for FCBF #6

@elbaulp

Description

@elbaulp

Something like this:

if thresh < 0:
        thresh = np.median(slist[-1, 0])
        print "Using minimum SU value as default threshold: {0}".format(thresh)
    elif thresh >= 1 or thresh > max(slist[:, 0]):
        print "No relevant features selected for given threshold."
        print "Please lower the threshold and try again."
        exit()

From FCBF.py

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions