Skip to main content

Hexa MLOps package

Project description

HexaMLOPS CLI

The HexaMLOps command line tool allows data science teams to generate deployment files needed for platforms like Azure, Kubeflow, and more (coming soon).

By using our abstraction files, data science teams can easily generate deployment files that are compatible with the CLI or SDK of various Machine Learning (ML) platforms, enabling seamless operations on those platforms.

Installation

# Create a VENV
python3 -m venv VENV
. ./VENV/bin/activate
pip install hexa-mlops --upgrade # upgrade to last version

Usage

$ hexa [engine_type] [ file_type ] [ command ] {parameters}

Get Started

Please refer to the User guide for in-depth instructions.

For usage and help content, pass in the -h parameter, for example:

$ hexa az -h
$ hexa general -h

Testing

python -m build && pip install . && cd tests && python -m unittest

Inputs

Primary input files are configuration.yaml and training.yaml

configuration.yaml example

# General fields
resource_group: xxx
workspace_name: xxx
location: xxx
experiment_name: hexa_mlops
tags: created_by:hexa_mlops

# Fields to generate files for training
training:  
  compute_name: hexa_compute
  max_instances: 2

  environment_name: hexa_env
  environment_version: 1
  environment_dependencies:
    - python=3.8
    - numpy=1.21.2
    - pip=21.2.4
    - scikit-learn=0.24.2
    - pip:
        - inference-schema[numpy-support]==1.3.0
        - xlrd==2.0.1
        - mlflow==2.6.0
        - azureml-mlflow==1.42.0
    source_code_path: ./src
# Fields to generate files for inference
inference:
    compute_name: inference_compute
    max_instances: 3
    environment_name: inference_env
    environment_version: 2
    endpoint_name: hexa_ml_endpoint
    deployment_name: hexa_ml_blue_deployment

training.yaml example

# Jobs within your training pipeline
run_name: training_example
steps:
  - name: download_data
    inputs:
      - data_config: 
          type: uri_file
          path: ./src/download_data/config_yaml
     
    outputs:
      - data_folder: 

  - name : data_prep
    inputs:
      - json_folder: download_data.outputs.data_folder
    outputs:
      - output_folder: 
          type: uri_folder
          mode: upload
 

Outputs

Command to generate files which are used with Azure Machine Learning CLI for ML operation on Azure ML platform, for example:

  • Training a model with pipeline.yaml
$ hexa az training_pipeline generate config.yaml pipeline.yaml training.yaml
  • Deploy a model as an online endpoint with online_deployment.yaml
$ hexa az online_deployment generate config.yaml online_deployment.yaml

For other supported file types, check -h command

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hexa_mlops-0.1.1.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hexa_mlops-0.1.1-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file hexa_mlops-0.1.1.tar.gz.

File metadata

  • Download URL: hexa_mlops-0.1.1.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hexa_mlops-0.1.1.tar.gz
Algorithm Hash digest
SHA256 375426ad6cc989d35ff8948c4801df86da8bafa9f4d4650c83f16e0e8ddaf57b
MD5 1290debdb2d73373c77739a9e4c1e5b0
BLAKE2b-256 409a708d4cc6171dcc1b16423f89f0a04be9aae7444f1ae5c5a66d3095959579

See more details on using hashes here.

File details

Details for the file hexa_mlops-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: hexa_mlops-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hexa_mlops-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 30dc3b22fe655e573b2059cde17d74b49e7d0c706a4ac7914095d20b0a978041
MD5 a68b59e8f50f06111284ac03d896dbe8
BLAKE2b-256 b658c8912ab1e0ffd99f9ef3c9ec7afc671a007089930c5463cc98cc8ecb9b87

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page