IABSD.fr/ports/math/py-scikit-learn/pkg

Branch :


Log

Author Commit Date CI Message
6802ac41 2023-01-17 00:19:04 update sklearn to 1.2.0 ok pirofti@ (MAINTAINER)
ab45f39a 2022-03-11 19:36:11 drop RCS Ids
af20690c 2022-01-02 22:42:56 update sklearn to 1.0.2 This update includes a fix for (currently disputed) CVE-2020-28975 which affects sklearn version 0.23.2. ok pirofti@ (MAINTAINER)
d80c4180 2021-01-04 14:06:26 regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7
f49cc8e7 2020-10-28 04:04:04 unbreak sklearn by updating to 0.23.2 Doing "import sklearn" resulted in breakage at runtime due to sklearn 0.20.3 not being compatible with python 3.8. In addition: - add WANTLIB - rework the DEPs for the new version - remove SKLEARN_NO_OPENMP which was dropped in commit 9876f748 Breakage initially reported by James Cook (who provided many pointers on moving forward) and also tested the update.
72d228a5 2020-06-26 12:57:45 Switch ports to FLAVOR=python3. OK sthen@
8a5122a6 2019-08-13 08:30:05 Import py-scikit-learn. scikit-learn is a BSD-licensed Python module for machine learning and data mining built on top of SciPy. Initially created by robert@, modified by me and kmos@. This is not polished enough, but it can improved in the tree now. Once the 21 branch rolls out a new version, we will probably update to that. Currently it is broken for non-OpenMP builds. OK robert@, kmos@