Skip to content

Releases: adaa-polsl/RuleKit

v2.1.21: Survival rules fixes

15 Oct 11:18
Compare
Choose a tag to compare
  • Bugfix in parsing expert survival rules when survival status attribute is nominal.
  • Ugly consequence of survival rules (survival_status = {NaN}) not printed in log nor needed in the expert knowledge.

v2.1.20: Several fixes

07 Oct 07:01
Compare
Choose a tag to compare
  • Nominal attribute values not present in the data not considered in the induction.
  • Trimming tokens from arff file metadata before parsing.
  • Contrast set fix: group labels written in the log instead of numerical identifiers.

v1.7.21: Contrast set fix

07 Oct 06:51
Compare
Choose a tag to compare

Contrast group labels written in the log instead of numerical identifiers.

v1.7.20: Condition ordering fix

01 Oct 21:20
Compare
Choose a tag to compare

Conditions printed in the order they had been added to the rule.

v2.1.18b: Tests updated

06 Sep 09:43
Compare
Choose a tag to compare
Test results updated to follow different condition ordering.

v2.1.18: Condition ordering fix

03 Sep 11:53
Compare
Choose a tag to compare

Conditions printed in the order they had been added to the rule.

v2.1.16: Columns with missing values in the first row properly parsed

30 Jul 09:05
Compare
Choose a tag to compare

v2.1.15: First public RuleKit 2 release

29 Jul 09:35
840b7a9
Compare
Choose a tag to compare

Removed RapidMiner dependency

v1.7.19: Contrast sets induction working properly again

29 Jul 09:32
Compare
Choose a tag to compare
Some logging added during contrast sets induction.

v1.7.14: Added `mincov_new` adjustment at the end of growing (results may change).

29 May 15:52
Compare
Choose a tag to compare

Added mincov_new adjustment at the end of growing. Small fixes making the algorithm insensitive to the value ordering of nominal attributes.