No project description provided
Project description
Batch Prediction Pipeline
Install for Development
The batch prediction pipeline uses the training pipeline module as a dependency. Thus, as a first step, we must ensure that the training pipeline module is published to our private PyPi server.
NOTE: Make sure that your private PyPi server is running. Check the Usage section if it isn't.
Build & publish the training-pipeline
to your private PyPi server:
cd training-pipeline
poetry build
poetry publish -r my-pypi
cd ..
Install the virtual environment for batch-prediction-pipeline
:
cd batch-prediction-pipeline
poetry shell
poetry install
Check the Set Up Additional Tools and Usage sections to see how to set up the additional tools and credentials you need to run this project.
Usage for Development
To start batch prediction script, run:
python -m batch_prediction_pipeline.batch
To compute the monitoring metrics based, run the following:
python -m batch_prediction_pipeline.monitoring
Check out this Medium article for more details about this module.
NOTE: Be careful to set the ML_PIPELINE_ROOT_DIR
variable as explained in this section.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file batch_prediction_pipeline-0.1.0.tar.gz
.
File metadata
- Download URL: batch_prediction_pipeline-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.9.16 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d5a56da33dff01f1eb21acf0253d6e51a663670d1521dd4118450e10dc04a09 |
|
MD5 | 50cb0799a9ef4318825c52daea889f35 |
|
BLAKE2b-256 | c02052560832e3c0f93e05b26e22caf6c958deef1cdc4c3b1b6eaeddb7b3cc75 |
File details
Details for the file batch_prediction_pipeline-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: batch_prediction_pipeline-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.9.16 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9734a7281177439e2aa37b6cfa14ba98cff71da31779ba6cf4669436c73b83a |
|
MD5 | 04acbcc66b3645bb6b468021e018bd31 |
|
BLAKE2b-256 | 51315794c4bf791d5b31ca4c8cfe603a590b8621e099c99364519ae526803308 |