Package: scikit-learn / 0.23.2-5
Metadata
Package | Version | Patches format |
---|---|---|
scikit-learn | 0.23.2-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove google analytics.patch | (download) |
doc/conf.py |
2 1 1 - 0 ! |
disable google analytics referrals in the -doc if we were to provide some information from just reading documentation we had to disclose and seek approval from the user before doing that. Thanks Ambrose Andrews for the analysis and report |
git revision cmd.patch | (download) |
doc/sphinxext/github_link.py |
3 2 1 - 0 ! |
supply github revision for built documentation This is used for the [source] links in the documentation. |
remove paypal.patch | (download) |
doc/about.rst |
26 5 21 - 0 ! |
no paypal Remove an embedded Paypal object to avoid phoning home every time the documentation is read. |
no download intersphinx mapping.patch | (download) |
doc/conf.py |
12 5 7 - 0 ! |
no-downloading intersphinx mapping =================================================================== |
disable doctest.patch | (download) |
setup.cfg |
1 0 1 - 0 ! |
disable doctest to prevent python 2 doctest failure =================================================================== |
parallel cythonize.patch | (download) |
sklearn/_build_utils/__init__.py |
9 1 8 - 0 ! |
get cythonize parallelization from environment Instead of hard-coding to the CPU count, get the number of jobs for the JOBS env var (eg: set in debian/rules), defaulting to 1 if it is not set. |
no buttons js.patch | (download) |
doc/developers/contributing.rst |
1 0 1 - 0 ! |
disable javascript github buttons |
Use local MathJax.patch | (download) |
doc/conf.py |
3 1 2 - 0 ! |
use local mathjax |
Disable BinderHub links.patch | (download) |
doc/conf.py |
8 0 8 - 0 ! |
disable binderhub links |
Skip two tests when SciPy 1.5.patch | (download) |
sklearn/ensemble/tests/test_voting.py |
5 5 0 - 0 ! |
skip two tests when scipy < 1.5 |
Skip k means convergence tests.patch | (download) |
sklearn/cluster/tests/test_k_means.py |
1 1 0 - 0 ! |
skip k-means convergence tests Until GH 17428 is resolved. |
NumPy div by zero check.patch | (download) |
sklearn/feature_extraction/tests/test_text.py |
8 8 0 - 0 ! |
numpy div-by-zero check Skip some tests where NumPy does not report FP division-by-zero, which has been observed on armel (soft-float). This is not a bug in NumPy, but rather originates with the underlying platform. See also * https://lists.debian.org/debian-arm/2020/02/msg00076.html. * https://github.com/numpy/numpy/issues/15562 |
Use assert_allclose instead of equality in FP comparison.patch | (download) |
sklearn/decomposition/tests/test_pca.py |
3 2 1 - 0 ! |
use assert_allclose instead of equality in fp comparison |
Change expected result type to pass on 32 bit.patch | (download) |
sklearn/datasets/tests/test_base.py |
8 4 4 - 0 ! |
change expected result type to pass on 32-bit |
Increase tolerance for RANSACRegressor test.patch | (download) |
sklearn/linear_model/tests/test_ransac.py |
2 1 1 - 0 ! |
increase tolerance for ransacregressor test |
fix_scipy1.6_PR18711.patch | (download) |
sklearn/neighbors/_binary_tree.pxi |
2 1 1 - 0 ! |
[patch 01/10] ci fix travis cron job failures |
skip_test_ELKI_PR19115.patch | (download) |
sklearn/cluster/tests/test_optics.py |
13 11 2 - 0 ! |
[patch 1/2] tst skips test for arm [cd build] |