Skip to main content

Helper utilities for eexp_engine - supporting ProActive and Kubeflow execution environments

Project description

eexp_engine_utils

Helper utilities for the ExtremeXP Experimentation Engine that automatically adapt to different execution environments (Kubeflow, ProActive, Local).

Overview

This package provides a transparent proxy that automatically routes function calls to the appropriate implementation based on your execution environment. No more manual environment checking or conditional imports!

Installation

pip install eexp_engine_utils

Quick Start

from eexp_engine_utils import utils

# Load a dataset
data = utils.load_dataset(variables, resultMap, "input_data")

# Process your data
processed_data = your_processing_function(data)

# Save the result
utils.save_dataset(variables, resultMap, "output_data", processed_data)

That's it! The utils proxy automatically detects your execution environment and routes calls to the correct implementation.

Available Functions

Dataset Management

  • load_dataset(variables, resultMap, key) - Load a single dataset
  • load_datasets(variables, resultMap, key) - Load multiple datasets
  • save_dataset(variables, resultMap, key, value) - Save a single dataset
  • save_datasets(variables, resultMap, key, values, file_names) - Save multiple datasets

Helpers

  • get_experiment_results(variables) - Get experiment results
  • load_dataset_by_path(file_path) - Load from specific path
  • load_pickled_dataset_by_path(file_path) - Load pickled data

Requirements

  • Python >= 3.8
  • requests >= 2.25.0
  • fsspec >= 2021.0.0
  • s3fs >= 2021.0.0
  • minio >= 7.0.0

License

Apache License 2.0

Links

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

eexp_engine_utils-0.0.45.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

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

eexp_engine_utils-0.0.45-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file eexp_engine_utils-0.0.45.tar.gz.

File metadata

  • Download URL: eexp_engine_utils-0.0.45.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for eexp_engine_utils-0.0.45.tar.gz
Algorithm Hash digest
SHA256 db187d01d00367e335f7d369d5c84479c0e8eca2c586f5c5e702da07f0449c9c
MD5 84654b4e2369c112b334495b9c4f062c
BLAKE2b-256 dbfca35aea0dd2b06cf5a8b31c3ba785e8c0d606986bd6d77941f38f3e92272a

See more details on using hashes here.

File details

Details for the file eexp_engine_utils-0.0.45-py3-none-any.whl.

File metadata

File hashes

Hashes for eexp_engine_utils-0.0.45-py3-none-any.whl
Algorithm Hash digest
SHA256 0c7df64c3ca64d2ff953907f14942039a21e313c1feda1b0815ec946d0e1cd5a
MD5 dc79be5588b892e54bacf2446d9c00e1
BLAKE2b-256 c5cadf928396556bab7441b3da25bff8b01ae65f2c839b059d4e24a25c884916

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