Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 421 Bytes

File metadata and controls

7 lines (4 loc) · 421 Bytes

lorax (development version)

  • extract_rules() now supports C5.0 rule-based models (created with rules = TRUE parameter). Previously only tree-based C5.0 models were supported. The implementation handles all condition types including numeric comparisons, single categorical values, and multiple categorical values (e.g., county %in% c("asotin", "columbia", "garfield", "island")).

lorax 0.1.0

Initial version