ZQ (Zhenqing) Li

Results 10 comments of ZQ (Zhenqing) Li

Having some troubles replicating the CI build failure but looks like it is due to scipy's deprecated warnings: ```diff --- FIR_design_verb_REF.tex 2018-11-25 03:17:59.643671698 -0500 +++ FIR_design_verb.tex 2018-11-30 13:30:17.621490192 -0500 @@...

I spent some time digging into this issue. And unfortunately I don't think it would be an easy fix: 1. The cause of this error is because the `TreeEnsemble` does...

I have the same issue here using bioconda's xgboost 0.6.a2 and dask-xgboost from pip. Stuck at the same place. Where can I find the log for XGBoost?

@mrocklin What version of `xgboost` do you use? I was wondering if the stuck issue is because of the newly released `xgboost`? Do you compile the `xgboost` from source or...

Ah. did not notice that we have test code there. Great. I can play around with it to see what I can do. PS: Can you also reopen this issue?

I found a very interesting thing when trying to figure out why it gets stuck. I ran test code on my Ubuntu 16.10 with conda equipped with python 3.6/xgboost from...

After provisioned a Ubuntu 14.04 cluster with same setup, all tests can pass now. The toy example using titanic can run through as well both under LocalCluster and real cluster....

Not at this point... But I will spin up smaller clusters with two dist and dig a little bit more. Any finding from your side?

When you are saying not replicable, do you mean the model itself? Or its prediction? If it is the prediction, is it the probability or the class label? One thing...

Which xgboost version are you using? I know the recent xgboost change the default method of variable importance from `weight` to `gain`. The plot you show still uses `weight` here....