Alon Agmon
Alon Agmon
Also having the same issue
The bagging approach is often more stable and gets better results. Check the bottom part of this notebook for a quick example (under the title "Use bagging and LGBMClassifier") https://github.com/a-agmon/pu-learn/blob/master/PU_Learning_WBagging.ipynb...
> [@vanman1988](https://github.com/vanman1988) See my suggestion at [#3822](https://github.com/PaddlePaddle/PaddleX/issues/3822) The suggestion solution by @yoadsn solves the issue. Thanks!
@alamb - thank you very much for the generous comments. I appreciate it. Re naming - I completely agree. Was just wondering whether its better to introduce one function that...
Thanks, @Xuanwo. This makes a lot of sense. While I see the value in separating core structures and functionality from query engine implementation, I'm wondering what do you see as...
@alamb - I'm less familiar with this area in datafusion but might be able to give this a shot. The idea is to add this as a table function right?...
I gave it a shot but it ended up being somewhat messy. Thats mostly due to the fact that on the one hand `TableFunctionImpl::call()` is synchronous, yet, on the other...
I have added a draft for this PR. Would be happy for your comments.
Hi @alamb , @comphead raises a couple of good questions about the PR, so I'm linking it here to hear you thoughts. https://github.com/apache/datafusion/pull/16332#discussion_r2134795185
Hi @comphead and @alamb I thought it might be a good idea to split this issue to several PRs 1 - add the support to use `CREATE TABLE` syntax with...