Skip to content

Releases: adaa-polsl/RuleKit

v2.1.24: Fixed bug in adjusting conditions in regression/survival expert rules

22 Nov 12:39
Compare
Choose a tag to compare
Fixed bug in regression/survival expert rules (issue 127). Added miss…

v.2.1.23: Fixed multiple bugs in the expert mode

22 Nov 12:06
Compare
Choose a tag to compare

Fixed multiple bugs in the expert mode:

  • crash when adjusting conditions with nominal attributes.
  • mincov parameter not set to the number of uncovered examples in the expert classification rules
  • complementary conditions not supported in the expert knowledge

v2.1.22: Fixed bug in parsing regression expert rules

18 Nov 13:11
Compare
Choose a tag to compare

Restored support of old conclusion syntax (={NaN}) in expert regression rules.

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