diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-21 13:22:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-21 22:59:41 +0100 |
| commit | a2d943dc53d5bc8623294cd0a4449e9bad132de3 (patch) | |
| tree | fd7548cb2403dc1b6153c9877a229311949d4b9d /gnu/packages/python-science.scm | |
| parent | ee85d9717cbd52aa7ad81ef54e9f4c0e0b99d18e (diff) | |
gnu: Add python-scikit-base.
* gnu/packages/python-science.scm (python-scikit-base): New variable.
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index db3559adc02..dd793b0eb52 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3310,6 +3310,36 @@ fractional factorial methods.") | |||
| 3310 | genetic variation data.") | 3310 | genetic variation data.") |
| 3311 | (license license:expat))) | 3311 | (license license:expat))) |
| 3312 | 3312 | ||
| 3313 | (define-public python-scikit-base | ||
| 3314 | (package | ||
| 3315 | (name "python-scikit-base") | ||
| 3316 | (version "1.0.2") | ||
| 3317 | (source | ||
| 3318 | (origin | ||
| 3319 | (method git-fetch) | ||
| 3320 | (uri (git-reference | ||
| 3321 | (url "https://github.com/sktime/skbase") | ||
| 3322 | (commit (string-append "v" version)))) | ||
| 3323 | (file-name (git-file-name name version)) | ||
| 3324 | (sha256 | ||
| 3325 | (base32 "1436l0jr6avyhz2dg3driykn6rwskwyf57aig7x3pwak6w3il6rv")))) | ||
| 3326 | (build-system pyproject-build-system) | ||
| 3327 | (native-inputs | ||
| 3328 | (list python-numpy | ||
| 3329 | python-pandas-minimal | ||
| 3330 | python-pytest | ||
| 3331 | python-scikit-learn | ||
| 3332 | python-scipy-minimal | ||
| 3333 | python-setuptools | ||
| 3334 | python-toml)) | ||
| 3335 | (home-page "https://github.com/sktime/skbase") | ||
| 3336 | (synopsis "Base classes for sklearn-like parametric objects") | ||
| 3337 | (description | ||
| 3338 | "@code{skbase} provides base classes for creating scikit-learn-like | ||
| 3339 | parametric objects, along with tools to make it easier to build your own | ||
| 3340 | packages that follow these design patterns.") | ||
| 3341 | (license license:bsd-3))) | ||
| 3342 | |||
| 3313 | (define-public python-scikit-build-core | 3343 | (define-public python-scikit-build-core |
| 3314 | (package | 3344 | (package |
| 3315 | (name "python-scikit-build-core") | 3345 | (name "python-scikit-build-core") |
