Releases: adaa-polsl/RuleKit
Releases · adaa-polsl/RuleKit
v2.1.24: Fixed bug in adjusting conditions in regression/survival expert rules
v.2.1.23: Fixed multiple bugs in the expert mode
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
Restored support of old conclusion syntax (={NaN}
) in expert regression rules.
v2.1.21: Survival rules fixes
- 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
- 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
Contrast group labels written in the log instead of numerical identifiers.
v1.7.20: Condition ordering fix
Conditions printed in the order they had been added to the rule.
v2.1.18b: Tests updated
Test results updated to follow different condition ordering.
v2.1.18: Condition ordering fix
Conditions printed in the order they had been added to the rule.