[scikit-learn] scikit-learn monthly developer meeting: Monday August 30th 2021

2021-08-25 Thread Thomas J. Fan
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

[scikit-learn] data reader group?

2021-08-25 Thread John Grenci via scikit-learn
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

[scikit-learn] Dataframe protocol RFC

2021-08-25 Thread Olivier Grisel
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

Re: [scikit-learn] Pandas copy-on-write proposal

2021-08-25 Thread Olivier Grisel
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. __