biolab / orange3-survival-analysis

🍊 :heavy_plus_sign: Survival Analysis add-on for Orange3 data mining suite.
GNU General Public License v3.0
2 stars 4 forks source link

[ENH] owranksurvivalfeatures: add log-rank scorer #57

Closed JakaKokosar closed 1 year ago

JakaKokosar commented 1 year ago
Issue
Description of changes

The widget now supports ranking survival features by multivariate log-rank test. If the feature is continuous, samples are split into groups by the median value.

Includes