Soundwave
Soundwave
Early stopping param is not supported in scikit-learn wrapper yet... maybe we can ask whether he want to support those params in scikit-learn wrapper. :)
Parameters : - eta : step size shrinkage used in update to prevents overfitting. - alpha / lambda : L1/L2 regularization term on weights. - subsample : subsample ratio of...
FYI https://github.com/dmlc/xgboost/blob/master/doc/how_to/param_tuning.md Most time default parameters works pretty well.
From @jeongyoonlee, ensemble a xgb and a deep learning model. :)
DMatrix can specify which number is missing value.
Some refactor. Make things more moduler including plug in system. Possible JS version. (porting to mobile?) Fast prediction. (Specialized prediction API.) Ingest from dataframe directly.
4.1 Column Block (data structure for parallel learning)