Christian Lorentzen
Christian Lorentzen
@Pawel-Kranzberg Could you please stop merging the main branch as long as there are no merge conflict? The reason is that it might hide discussions in Github and also generates...
We require pandas>=1.1.5. Once CI is green and with a whatsnew entry for 1.6, I'm close to approve.
@glemaitre Are you up for a final review. Code is in a very good shape.
@Charlie-XIAO This feature is trickier than anticipated. Modifying `sklearn.tree` is not an option as we then would need to investigate the impact on trees very thoroughly. I see 2 options:...
@Charlie-XIAO Modifying the tree does also not work, because we know the "line search" values only after having fit the tree. And only those line search values are the ones...
It is often said that singular design matrices don't allow for a solution, but this is wrong, there are just infinitely many solutions. For OLS, there is a particular nice...
@tbenthompson @lbittarello @jtilly Is there any official statement concerning this feature? In my perspective, being able to specify interaction terms is the largest blind spot of production grade GLMs in...
I can confirm that `-u __token__` worked for me. The first time I used hatch I used a username that then got cached. At some point I got annoyed to...
From the point of view of putting a model pipeline into production, only the `pipe.predict(X)` or `pipe.predict_proba(X)` are essential. Otherwise said, at prediction time you don't have `y`. In this...
If it uses in fact dplyr, why not call it "dplyr" then? Maybe "dplyr on arrow table" and the other one "dplyr on tibble"?