Skip to main content

PyCUDACov - A PyCuda Covariance Matrix Parallel Implementation

MIT License

Usage and Installation

Requires CUDA enviroment.

Instalation:

$ pip install pycudacov

Basic Usage

from sklearn.datasets import make_blobs
from sklearn.preprocessing import StandardScaler
from pandas import DataFrame
import numpy as np
from pycudacov import get_cov

# Generate test dataset
rows, cols = 16384, 1024 # samples, features
X, y = make_blobs(n_samples = rows, centers = 2, n_features = cols)
X_std = StandardScaler().fit_transform(X) # Optional
df = DataFrame(X_std)
df = df.astype(np.float32)

# Call to PyCUDA Kernel
covariance_matrix = get_cov(df.values)

Download files

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

Source Distribution

pycudacov-0.0.29.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

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

pycudacov-0.0.29-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file pycudacov-0.0.29.tar.gz.

File metadata

  • Download URL: pycudacov-0.0.29.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for pycudacov-0.0.29.tar.gz
Algorithm Hash digest
SHA256 c9fa4143f00b89ad50ddadd07275d7f4e4c071394ee42849de40435c290189ac
MD5 47d276f1192fef07f43e8339ee8441f4
BLAKE2b-256 5e51e653284beb79f4a9d8a936b62308911a2cc0b1eec042f59cfb7d545cbee5

See more details on using hashes here.

File details

Details for the file pycudacov-0.0.29-py3-none-any.whl.

File metadata

  • Download URL: pycudacov-0.0.29-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for pycudacov-0.0.29-py3-none-any.whl
Algorithm Hash digest
SHA256 35200ea8a38f5e2236793c486824242445532d8f6b423ab242d7d3f067294825
MD5 505d1bf2ba9b24409700e5740dd93fd9
BLAKE2b-256 8e53a193e6f6379ca61e307660542c632319d2e4480c99dbfb6d5334849e6f83

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