-
Right now `Stratified*Split` classes take `y` as the strata, while that's not always the case.
In `train_test_split` we allow a `stratify` arg (which I'm wondering if it should be called `strata`),…
-
Awesome work that is quite palatable to us as well (e.g Dropbox). A few random notes:
- Do you guys have more details on a potential binary layout and its implications in terms of downstream aggre…
-
Hi,
Not sure if this belongs here, but I have a question about Climada's performance and either I am missing something or I believe an improving could be made to the use of hazard intensities. Sear…
-
Latest coverage data: https://byte-physics.de/public-downloads/aistorage/transfer/report/coverage
Using UTF code coverage feature it was revealed that the following code paths are never executed:
…
-
Arrow unit tests with CategoricalArrays v0.8.1 :
test results
```
(@v1.4) pkg> test Arrow
Testing Arrow
Status `\AppData\Local\Temp\jl_56sJoB\Manifest.toml`
[69666777] Arrow v0.2.4
…
-
### Describe the bug
Shortly (1-2 weeks) after upgrading from 2.8.0 (with Java 11) to version 2.12.0, with Java 21:
About 1-3 data nodes occasionally cannot respond to the cluster manager (90s …
-
I found the indexing in build_function not right.
You can run the code below to testify the wrong indexing in VS[:, A]
This indexing should be written like line 51, 52 in https://github.com/ShibiHe/D…
-
### Description
## Issue
Today, Lucene internally creates multiple DocumentWriterPerThread (DWPT) instances per index to facilitate concurrent indexing across different ingestion threads. When d…
-
Is it possible to reduce CPU usage by using predefined strings in memory as field value instead of generating random strings each time? Reason for this request is I observed 100% CPU installation wh…
-
Example:
```c++
#include
#include
#include
#include
int main(int, char **)
{
using iterator = boost::counting_iterator;
using iterator_range = boost::iterator_range;
…