Roman Yurchak

Results 155 issues of Roman Yurchak

One reason why this bundler is not able to reduce sizes that much is because of the convention of using top-level imports in Python. With top-level imports, even if a...

enhancement

From https://github.com/pyodide/matplotlib-pyodide/issues/9 > for now, matplotlib only has access to the "shipped" fonts

There is a bunch of matplotlib benchmarks in the [Pyodide repo here](https://github.com/pyodide/pyodide/tree/main/benchmark/benchmarks/matplotlib_benchmarks). We should extract them and move them here, which would also make the Pyodide benchmark CI a bit...

An issue with an associated common check originally discussed in https://github.com/scikit-learn/scikit-learn/pull/15015 > This is a pretty simple sample_weight test that says that a weight of 0 is equivalent to not...

Meta-issue

*This can wait after the release.* A discussion happened in the GLM PR https://github.com/scikit-learn/scikit-learn/pull/14300 about what properties we would like `sample_weight` to have. First, a short side comment about 3...

RFC