Skip to main content

An integrated Python toolkit for classifiability analysis

Project description

pyCLAMs

pyCLAMs: An integrated Python toolkit for classifiability analysis [J]. SoftwareX, Volume 18, June 2022, 101007, doi: 10.1016/j.softx.2022.101007
https://doi.org/10.1016/j.softx.2022.101007

Installation

pip install pyCLAMs pip install rpy2 You should also have the R runtime with the ECol library (https://github.com/lpfgarcia/ECoL) installed.

How to use

Download the sample dataset from the /data folder Use the following sample code to use the package:

  # import the library
  from pyCLAMs import clams

  # load the dataset or generate a toy dataset by X,y = mvg(md = 2)
  df = pd.read_csv('sample.csv')
  X = np.array(df.iloc[:,:-1]) # skip first and last cols
  y = np.array(df.iloc[:,-1])

  # get all metrics
  clams.get_metrics(X,y) # Return a dictionary of all metrics

  # get metrics as JSON
  clams.get_json(X,y)

  # get an html report and display in Jupyter notebook
  from IPython.display import display, HTML
  display(HTML(clams.get_html(X,y)))

Extra Material

A more friendly GUI tool based on pyCLAMs can be accessed at http://spacs.brahma.pub/research/CLA

Metrics added since the original publication

classification.Mean_KLD - mean KLD (Kullback-Leibler divergence) between ground truth and predicted one-hot encodings
correlation.r2 - R2, the R-squared effect size test.CHISQ, test.CHISQ.log10, test.CHISQ.CHI2 - Chi-squared test

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

pyCLAMs-0.2.3.tar.gz (2.7 MB view details)

Uploaded Source

Built Distribution

pyCLAMs-0.2.3-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

Details for the file pyCLAMs-0.2.3.tar.gz.

File metadata

  • Download URL: pyCLAMs-0.2.3.tar.gz
  • Upload date:
  • Size: 2.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for pyCLAMs-0.2.3.tar.gz
Algorithm Hash digest
SHA256 5b313e940af2f0193131826c750d94d5714bb4e56ffade0205b0c98fc3119826
MD5 086007366ae9f1bc1a12e37be0780601
BLAKE2b-256 3bcb5dbcf3875a843e20855e36c694830a50886816fe110bd1945b3c640637cd

See more details on using hashes here.

File details

Details for the file pyCLAMs-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: pyCLAMs-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for pyCLAMs-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 994d186459c4578b08b72ab6613e2f407af57c4498ed1e975158faa8d787c3dc
MD5 8d0743e08ffebe5e7fc9a432a0b4201c
BLAKE2b-256 7499686cfa25cb295b52776e2994095e840a7577181dacff3f0c4eb57f3b52f0

See more details on using hashes here.

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