Getting Started¶
Installation¶
Install the latest artifact-experiment release from PyPI by running:
pip install artifact-experiment
Installing from Source (Development)¶
To work on artifact-experiment itself, clone the Artifact-ML monorepo by running:
git clone https://github.com/vasileios-ektor-papoulias/artifact-ml.git
Then install the package (with dev dependencies) using Poetry:
cd artifact-ml/artifact-experiment
poetry install --with dev