You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/ecosystem_components_list.yml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3929,44 +3929,44 @@
3929
3929
osai-recommendation: ''
3930
3930
osai-explanation: ''
3931
3931
3932
-
- id: ''
3933
-
name: ''
3934
-
type: ''
3932
+
- id: poetry
3933
+
name: Poetry (Python)
3934
+
type: Reproducibility tool
3935
3935
description: >-
3936
-
''
3937
-
url: ''
3936
+
Python packaging and dependency management resource. Poetry offers a lockfile to ensure repeatable installs, and can build your project for distribution.
3937
+
url: https://python-poetry.org/
3938
3938
biotools-url: ''
3939
3939
fairsharing-url: ''
3940
3940
access-model: Free
3941
3941
domain: domain-agnostic
3942
-
osai-recommendation: ''
3943
-
osai-explanation: ''
3942
+
osai-recommendation: R5
3943
+
osai-explanation: Resource to support reproducibility of Python packages, applicable to python based AI/ML models (R5).
3944
3944
3945
-
- id: ''
3946
-
name: ''
3947
-
type: ''
3945
+
- id: miniforge
3946
+
name: Miniforge
3947
+
type: Reproducibility tool
3948
3948
description: >-
3949
-
''
3950
-
url: ''
3949
+
Miniforge is a minimal installer for Conda specific to conda-forge. Miniforge allows users to install the conda package manager with the following features pre-configured conda-forge set as the default.
3950
+
url: https://github.com/conda-forge/miniforge
3951
3951
biotools-url: ''
3952
3952
fairsharing-url: ''
3953
3953
access-model: Free
3954
3954
domain: domain-agnostic
3955
-
osai-recommendation: ''
3956
-
osai-explanation: ''
3955
+
osai-recommendation: R5
3956
+
osai-explanation: Software environment control support, applicable to aid reproducible AI/ML model developments via conda and mamba (R5).
3957
3957
3958
-
- id: ''
3959
-
name: ''
3960
-
type: ''
3958
+
- id: mamba
3959
+
name: Mamba
3960
+
type: Reproducibility tool
3961
3961
description: >-
3962
-
''
3963
-
url: ''
3962
+
Mamba is a fast, C++ re-implementation of the Conda package manager. Its designed to address one of the main pain points of using Conda - speed.
3963
+
url: https://mamba.readthedocs.io/en/latest/
3964
3964
biotools-url: ''
3965
3965
fairsharing-url: ''
3966
3966
access-model: Free
3967
3967
domain: domain-agnostic
3968
-
osai-recommendation: ''
3969
-
osai-explanation: ''
3968
+
osai-recommendation: R5
3969
+
osai-explanation: Package dependencies and software environment management tool like conda, applicable for reproducible AI/ML models (R5).
0 commit comments