Dear all,
The scikit-learn developer monthly meeting will take place on Monday
August 30th at 1PM UTC.
- Video call link: https://meet.google.com/ews-uszu-djs
- Meeting notes / agenda: https://hackmd.io/0yokz72CTZSny8y3Re648Q
- Local times:
https://www.timeanddate.com/worldclock/meetingdetails.ht
Hello everyone, I am new to this group.
I was wondering if there is something akin to this for data reader?
or are questions other than scikit-learn acceptable on this forum?
thanks
John
On Wednesday, August 25, 2021, 05:06:42 AM EDT, Olivier Grisel
wrote:
Hi all,
This is an email to n
Hi all,
This is an email to notify everybody interested that the discussion on
interoperability of Python dataframe libraries has moved to an
official repo under the data-apis.org initiative:
https://data-apis.org/blog/dataframe_protocol_rfc/
https://github.com/data-apis/dataframe-api
and they a
Thanks for the heads up! This is interesting. We rarely update
dataframe values in-place in scikit-learn but this is interesting to
know that we could leverage this for more efficient pandas-in
pandas-out support, for instance for missing value imputation.
__