Skip to content

Releases: adaa-polsl/RuleKit

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

Choose a tag to compare

@agudys agudys released this 22 Nov 12:39
Fixed bug in regression/survival expert rules (issue 127). Added miss…

v.2.1.23: Fixed multiple bugs in the expert mode

Choose a tag to compare

@agudys agudys released this 22 Nov 12:06

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

Choose a tag to compare

@agudys agudys released this 18 Nov 13:11

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

v2.1.21: Survival rules fixes

Choose a tag to compare

@agudys agudys released this 15 Oct 11:18
  • 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

Choose a tag to compare

@agudys agudys released this 07 Oct 07:01
  • 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

Choose a tag to compare

@agudys agudys released this 07 Oct 06:51

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

v1.7.20: Condition ordering fix

Choose a tag to compare

@agudys agudys released this 01 Oct 21:20

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

v2.1.18b: Tests updated

Choose a tag to compare

@agudys agudys released this 06 Sep 09:43
Test results updated to follow different condition ordering.

v2.1.18: Condition ordering fix

Choose a tag to compare

@agudys agudys released this 03 Sep 11:53

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

Choose a tag to compare

@agudys agudys released this 30 Jul 09:05
version bump