Nils Braun

Results 129 comments of Nils Braun

By the way, you question is really not silly - the documentation in this is really sparse right now (help is welcome!)

Just as a side note, I have pushed some more documentation in https://github.com/nils-braun/dask-sql/pull/132 - maybe that also helps a bit. Maybe you want to have a look there before getting...

Hi @rajagurunath. First of all let me thank you for taking the challenge and doing your first code contribution to an open-source project. Welcome, I hope many more will follow!...

Hi @rajagurunath sorry for the late response. Thank you very much for your hard work and your thoughts on this! You are raising very valid questions here. I think the...

Hi @rajagurunath - the message does not prevent you from opening a PR, but it will prevent you (or me) from merging it. To get rid of it, you need...

@rajagurunath - looking at the new tests for mlflow and model export, I am wondering if we should maybe use the `xgboost.dask.DaskXGBClassifier` instead of the normal one (as mentioned [here](https://xgboost.readthedocs.io/en/latest/tutorials/dask.html#scikit-learn-interface))...

Your changes get really better with each PR you are doing, @rajagurunath - congratulations! I am not an expert in these automl packages, but this looks already really good. You...

Thanks for trying that out. That might be something to report directly to the dask-ml repository. Honestly, I do not think we need dask-xgboost anymore - as we are now...

Thanks for your comment @quasiben. I just checked: The currently running image includes conda in version 4.8.2. If 4.9 will really help, that could be an issue. Where is the...

Yes, image size. The package I would like to add (dask-sql) adds another approx 400 MB, which is quite a lot. mamba is definitely a possibility, but as it should...