Skip to main content

PyCUDACov - A PyCuda Covariance Matrix Parallel Implementation

MIT License

Usage and Installation

Requires CUDA enviroment.

Installation:

$ 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)

Limitations

-The maximum number of features or columns of the data matrix is up to 1024

License

MIT

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.31.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.31-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pycudacov-0.0.31.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.31.tar.gz
Algorithm Hash digest
SHA256 0026f27fefd6648f76f894494b43bdb55195c0a30b4820f2e68054cca135ed33
MD5 4ed4ad7947a1dabdf9a609235e014ac0
BLAKE2b-256 303c5ab24bda6381531c55d41e72a27a7d0d324e960c4e2f7b13297795b2a5b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycudacov-0.0.31-py3-none-any.whl
  • Upload date:
  • Size: 6.0 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.31-py3-none-any.whl
Algorithm Hash digest
SHA256 6569393232c52046c547f3b6c68c4f65da1e16d6efd627b941fc9d7bcc981895
MD5 b578dbcc295ebcc1dd17ee1979c93c84
BLAKE2b-256 7ec23e53a1cca981833676a5ec6f70560ca357b161c18bd1457f009c83e74b6c

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 Sentry Error logging StatusPage Status page