Skip to content

Commit

Permalink
Merge pull request #14307 from sassy-crick/20211108231730_new_pr_scik…
Browse files Browse the repository at this point in the history
…it-learn101

{data}[foss/2021b] scikit-learn v1.0.1 w/ Python 3.9.6
  • Loading branch information
migueldiascosta committed Nov 9, 2021
2 parents 15e212f + 93745dc commit e9866d2
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'PythonPackage'

name = 'scikit-learn'
version = '1.0.1'

homepage = 'https://scikit-learn.org/stable/index.html'
description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world,
building upon numpy, scipy, and matplotlib. As a machine-learning module,
it provides versatile tools for data mining and analysis in any field of science and engineering.
It strives to be simple and efficient, accessible to everybody, and reusable in various contexts."""

toolchain = {'name': 'foss', 'version': '2021b'}

sources = [SOURCE_TAR_GZ]
checksums = ['ac2ca9dbb754d61cfe1c83ba8483498ef951d29b93ec09d6f002847f210a99da']

dependencies = [
('Python', '3.9.6'),
('SciPy-bundle', '2021.10')
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

options = {'modulename': 'sklearn'}

moduleclass = 'data'

0 comments on commit e9866d2

Please sign in to comment.