Skip to content
Snippets Groups Projects
Select Git revision
  • b21fbe2a6cafacf06392f6ea52c6982f342ea567
  • 2023 default protected
2 results

scikit-learn-1.1.2-foss-2022a.eb

Blame
  • scikit-learn-1.1.2-foss-2022a.eb 1.01 KiB
    easyblock = 'PythonBundle'
    
    name = 'scikit-learn'
    version = '1.1.2'
    
    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': '2022a'}
    
    dependencies = [
        ('Python', '3.10.4'),
        ('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
    ]
    
    use_pip = True
    sanity_pip_check = True
    
    exts_list = [
        (name, version, {
            'modulename': 'sklearn',
            'checksums': ['7c22d1305b16f08d57751a4ea36071e2215efb4c09cb79183faa4e8e82a3dbf8'],
        }),
        ('sklearn', '0.0', {
            'checksums': ['e23001573aa194b834122d2b9562459bf5ae494a2d59ca6b8aa22c85a44c0e31'],
        }),
    ]
    
    moduleclass = 'data'