You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to allow a value between 0 and 1 for the min_sup parameter in Sliceline to use a fraction of the dataset size for this parameter. min_sup: 0.05 for a dataset of 2000 rows would be equivalent to min_sup: 100
The text was updated successfully, but these errors were encountered:
It would be useful to be able to allow a value between 0 and 1 for the
min_sup
parameter in Sliceline to use a fraction of the dataset size for this parameter.min_sup: 0.05
for a dataset of 2000 rows would be equivalent tomin_sup: 100
The text was updated successfully, but these errors were encountered: