Skip to main content

Data Utility for on prem gpu runs

Project description

On Prem GPU SDK

Provides Utitlities to support and build Machine Learning and Analytics scripts to run on navi premise GPU cluster.

Installation

pip3 install onpremgpusdk

Example

import pandas as pd
from onpremgpusdk.data import DataInstance


'''
Create data instance
'''
du = DataInstance("local-stack-bucket") # Instantiate DataInstance with bucket name to use


'''
    Upload File
'''
df = pd.read_csv("./stocks.csv")
du.write_csv(df, "output_test/stock_output.csv")


'''
Read Data
'''
du.read_csv("output_test/stock_output.csv")

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

onpremgpusdk-1.0.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

onpremgpusdk-1.0.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

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