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
In the experiment of performance prediction in terms of MMRE, the non-tuned cart seems performs well than tuned cart. The latter will result in large MMRE.
Compare the 2 kinds of cart among all datasets in /data/ might be a good solution.
In Guo et al. (ase '13), the parameters minbucket and minsplit of cart is set as follows,
But in Nair et al. (ase '17) , they simply remove the parameters of cart as follows,
So is there a big difference between
tuned cart
andnon-tuned cart
?The text was updated successfully, but these errors were encountered: