Open Source Contributions
Python
pandas
- BUG: Groupby quantiles incorrect bins #33200
- BUG: Add unordered option to pandas.cut (#33141)
-
BUG: pivot_table not returning correct type when margin=True and aggfunc=’mean’
- DOC: update pandas.DataFrame.boxplot docstring. Fixes #8847 (03-10-18)
Of all the great contributions of the #pandasSprint, the new boxplot() documentation by @mabelvj is one of the most impressive. Took 24 days and 112 comments to be this beatiful: https://t.co/qEEKRT6sDh
— Marc Garcia (@datapythonista) 3 de abril de 2018
scikit-learn
-
[MRG+1] Fixes #10393 Fixed error when fitting RidgeCV with integers(01-03-18)
-
[MRG+1] Fixes #10284 Added store_cv_values to RidgeClassifierCV and a test.(12-12-17)
-
Fixes #10216 export_graphviz should work with a sklearn.tree._tree.Tree.(12-01-17)