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
Hi, I'm new to ranger and encountered this problem in cpp_version. One of the columns col_1 is unordered with a relatively high dimension(131), I set col_1 to catvar and resulted in the following error, "Error: Too many levels in unordered categorical variable col_1. Only 63 levels allowed on this system. Ranger will EXIT now.". I've searched for solutions but it seems that this should work fine(#146 says this is version issue, but my ranger version is 0.16.2). I have no idea how to fix it😢.
The text was updated successfully, but these errors were encountered:
The "order" splitrule is unfortunately only implemented in the R version. The pure C++ version uses "partition" splitting which has the 63 level limit.
Hi, I'm new to ranger and encountered this problem in cpp_version. One of the columns col_1 is unordered with a relatively high dimension(131), I set col_1 to catvar and resulted in the following error, "Error: Too many levels in unordered categorical variable col_1. Only 63 levels allowed on this system. Ranger will EXIT now.". I've searched for solutions but it seems that this should work fine(#146 says this is version issue, but my ranger version is 0.16.2). I have no idea how to fix it😢.
The text was updated successfully, but these errors were encountered: