[scikit-learn] scikit-learn monthly developer meeting: Monday November 28, 2022

2022-11-18 Thread Thomas J. Fan
Dear all, The scikit-learn developer monthly meeting will take place on Monday November 28 at 15:00 UTC. - Video call link: https://meet.google.com/gmn-acub-mrr - Meeting notes / agenda: https://hackmd.io/0yokz72CTZSny8y3Re648Q - Local times: https://www.timeanddate.com/worldclock/meetingdetails.

Re: [scikit-learn] VotingRegressor with pretrained estimators from CV as input

2022-11-18 Thread Adrin
Hi, It's easy to write a meta-estimator and store it. You can write one for yourself in a few lines of code. This might help: https://github.com/adrinjalali/talks/blob/master/2022/sklearn-estimator-ODSC/custom_estimators_solved.ipynb On Thu, Nov 10, 2022 at 8:30 PM Fernando Marcos Wittmann < fern