Skip to content

Fix issues while creating RuleMatrix visualization

sonia requested to merge sonia/fix-rulematrix into devel
  • Support 'string' and 'boolean' datatype while building ruleMatrix visualization. String and boolean datatypes are being handled as categorical datatypes, otherwise, the system crashes because of errors while the rule induction process performs.
  • Use the target defined by the user as a target while creating ruleMatrix.
Edited by sonia

Merge request reports