Skip to main content

Common Python tools and utilities for Hipages ML work

Project description

Link to data-ml-utils in hipages Developer Portal, Component: data-ml-utils Entity owner badge, owner: data-platform

data-ml-utils

A utility python package that covers the common libraries we use

Installation

This is an open source library hosted on pypi. Run the following command to install the library.

pip install hip-data-ml-utils --upgrade

Documentation

Head over to https://hip-data-ml-utils.readthedocs.io/en/latest/index.html# to read our library documentation

Feature

Pyathena client initialisation

Almost one liner

import os
from hip_data_ml_utils.pyathena_client.client import PyAthenaClient

os.environ["AWS_ACCESS_KEY_ID"] = "xxx"
os.environ["AWS_SECRET_ACCESS_KEY"] = "xxx" # pragma: allowlist secret
os.environ["S3_BUCKET"] = "xxx"

pyathena_client = PyAthenaClient()

Pyathena client initialisation

Pyathena query

Almost one liner

query = """
    SELECT
        *
    FROM
        dev.example_pyathena_client_table
    LIMIT 10
"""

df_raw = pyathena_client.query_as_pandas(final_query=query)

Pyathena query

MLflow utils

Visit link

More to Come

  • You suggest, raise a feature request issue and we will review!

Tutorials

Pyathena

There is a jupyter notebook to show how to use the package utility package for pyathena: notebook

MLflow utils

There is a jupyter notebook to show how to use the package utility package for mlflow_databricks: notebook

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

hip_data_ml_utils-1.4.7.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

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

hip_data_ml_utils-1.4.7-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file hip_data_ml_utils-1.4.7.tar.gz.

File metadata

  • Download URL: hip_data_ml_utils-1.4.7.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.7 Darwin/24.4.0

File hashes

Hashes for hip_data_ml_utils-1.4.7.tar.gz
Algorithm Hash digest
SHA256 7835ea981df4692ca155baff673cb2dc9f4b40991204b2a63460e92c47d5ae57
MD5 b82210d7a8dbac68f5f56b0b647be850
BLAKE2b-256 52c8e0816d9be5ee1f8b8a979ce5a9d3821e3760861e432d4dc5085f9cfc6f73

See more details on using hashes here.

File details

Details for the file hip_data_ml_utils-1.4.7-py3-none-any.whl.

File metadata

  • Download URL: hip_data_ml_utils-1.4.7-py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.7 Darwin/24.4.0

File hashes

Hashes for hip_data_ml_utils-1.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7c1b21c83820dff05bb793b155fb41f65127ee55811fe88bd1ccc44ab52a434e
MD5 59249352700d08923f87a63746779abd
BLAKE2b-256 d03abf950f417d8210ecdae0faea795779d1b5c7f07fd07ab5215e31a7515267

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