MLOps utils with MLFlow
Project description
mlflowops Util
MLOps utils with MLFlow
Setup
Quick Install
python -m pip install mlflowops
Build from source
Clone the repository
git clone https://github.com/Broomva/mlflowops.git
Install the package
cd mlflowops && make install
Build manually
After cloning, create a virtual environment
conda create -n mlflowops python=3.10
conda activate mlflowops
Install the requirements
pip install -r requirements.txt
Run the python installation
python setup.py install
Usage
The deployment requires a .env file created under local folder:
touch .env
It should have a schema like this:
databricks_experiment_name=''
databricks_experiment_id=''
databricks_host=''
databricks_token=''
databricks_username=''
databricks_password=''
databricks_cluster_id=''
import mlflowops
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
mlflowops-0.1.2.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file mlflowops-0.1.2.tar.gz
.
File metadata
- Download URL: mlflowops-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdb28b06aa8571d39e08c3e68254c0326a15c3f52bf2371ccca576ef2d0546eb |
|
MD5 | df0d4d0a4111f571dd5a925bc9e0ccea |
|
BLAKE2b-256 | a818b23db415efd7f9c02fe23ce8455c7e1d823bed59367d6350ed22ef24d0ac |
File details
Details for the file mlflowops-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mlflowops-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f00c47c9e1c368d158f9af17d2390cb38a6a390c723ccf3d1a8b0769e847485 |
|
MD5 | 4e13f76526353d55c327c69a31ac34e7 |
|
BLAKE2b-256 | 9d49185386e528b35d8c27b080a0361b2d26210fff31eaf60da104d721b0a86b |