add syntactic cases for xgboost#200
Conversation
|
Wasn't this meant to replace a sparse dataset? Also, in order to make it more realistic, how about adding more noise, irrelevant variables, skewed distributions, and so on? The first two are controllable as arguments to |
This is the case, I have used for EMR vs GNR perf comparison. We can add more realistic cases latter. |
| "n_estimators": 128, | ||
| "max_depth": 8 |
There was a problem hiding this comment.
Do these parameters make sense without reducing the learning rate? I guess in this case it'd be a toy problem with very high predicatibility, but would the tree structure end up being similar as what you'd get for the original epsilon data?
There was a problem hiding this comment.
sorry for misunderstanding.
this is not the replacement for epsion. This is the toy case I have used for EMR vs GNR performance comparison. We need to have this case in some public benchmarks to be able to share it.
Description
This PR adds few syntactic cases for xgboost regression benchmarks
Checklist:
Completeness and readability
Testing