mhahsler / arules

Mining Association Rules and Frequent Itemsets with R
http://mhahsler.github.io/arules
GNU General Public License v3.0
194 stars 42 forks source link

Discretize is not passing the dig.lab method to cut #74

Closed LectronPusher closed 2 years ago

LectronPusher commented 2 years ago

https://github.com/mhahsler/arules/blob/3d008b726abef099c08c31a903bcf52e64befce9/R/discretize.R#L222 This is an oof.

mhahsler commented 2 years ago

Thank you for the bug report! The bug has been fixed in the development version on GitHub and will be part of the next release. You can install the fixed version in the meanwhile using:

install.packages("arules", repos = "https://mhahsler.r-universe.dev")