Moy Easwaran
Moy Easwaran
Thanks @trivialfis. So right now there's no way to get `SparkXGBClassifier` to use these params?
Sorry, been traveling. As I said above, I used the following: `'process_type': 'update', 'updater': 'refresh', 'refresh_leaf': True`. And all three got pushed into `arbitrary_params_dict`. (I also passed in the original...
Oh, I see. So even though those params are going into `arbitrary_params_dict` xgboost still recognizes and uses the params?
Sounds good, I'll add it to my list. Might be a little while, though: I'm looking into speeding up some multiplications right now, and also busy with a few other...