scientific-python / summit-2024

1 stars 0 forks source link

SPEC-7: random numbers #11

Open bsipocz opened 2 weeks ago

bsipocz commented 2 weeks ago

Wrapping up the SPEC (https://github.com/scientific-python/specs/pull/180) and identifying and implementing any support tooling that would help with ecosystem adoption.

betatim commented 1 week ago

I might attempt making a change to scikit-learn that starts using the new random number infrastructure from Numpy. This is kind of related to the SPEC. The goal would be to find out about all the things we haven't thought of and getting a better idea how hard such a transition would be to do. However, amongst all the things that could receive attention in scikit-learn I think this topic doesn't have a great "reviewer time required/benefit" ratio. Mostly because transitioning all of the library would require a lot of review. Trying to get started would still be interesting though to see what happens.

bsipocz commented 1 week ago

Obviously I can't help with the review part, but can definitely help with making the changes to the code.