Bugfix - Fixed an issue with rule pruning where setting `growth_size` to less than 1, then back to 1, would still trigger pruning due to the old pruning set being stored. Now, pruning will correctly be skipped when `growth_size` is reset to 1.
1.1
Added - Cross-validation is used for rule pruning. - Support for Boolean features. - Decision trees are used for feature selection. - User is informed when num_prop is more than the total number of features. - Show the total number of Boolean features after Booleanization. - tqdm can be now disabled.