Charles Hill
Charles Hill
^ I had the same issue as OP, but I can confirm that #1065 fixes it, thanks!
Awesome, the ability to pass a decoder that targets a particular key especially will make the process less prone to side-effects compared to using a `JSONDecoder` which must decide which...
Howdy, is there any momentum on this PR? It'd be a nice-to-have for my work. I could be lend a hand to push this across the finish line, if necessary...
@AlexanderFabisch, I have what I would consider a ready-to-review branch locally, but either need push-permissions on your fork, or I can open an PR on your fork, or I can...
The CI tests were reporting that some functions in `sklearn.utils._array_api` had non-conforming docstrings, but I've been unable to reproduce locally because `test_function_docstring` isn't being tested against private functions or functions...
Using `order=OrderOption.RANDOM` will attempt to load all the data in memory to do "perfect" shuffling. Using `OrderOption.QUASI_RANDOM` will keep a much smaller amount of the data in memory while still...
+1 - For my use case, I wrote a custom ask-and-tell loop just to leverage [submitit](https://github.com/facebookincubator/submitit), which implements the same interface as `ThreadPoolExecutor`. Being able to pass a custom executor...