https://github.com/black-swan-icl/pyrkhsstats

A Python package implementing a variety of statistical methods that rely on kernels (e.g. HSIC for independence testing).

https://github.com/black-swan-icl/pyrkhsstats

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

conditional-independence-test independence-test kernel-methods machine-learning statistics two-sample-test
Last synced: 6 months ago · JSON representation

Repository

A Python package implementing a variety of statistical methods that rely on kernels (e.g. HSIC for independence testing).

Basic Info
  • Host: GitHub
  • Owner: Black-Swan-ICL
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.8 MB
Statistics
  • Stars: 14
  • Watchers: 1
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
conditional-independence-test independence-test kernel-methods machine-learning statistics two-sample-test
Created almost 5 years ago · Last pushed about 4 years ago
Metadata Files
Readme License

README.md

PyRKHSstats

A Python package implementing a variety of statistical/machine learning methods that rely on kernels (e.g. HSIC for independence testing).

Overview


| Resource | Description | | :--- | :--- | | HSIC | For independence testing | | HSCIC | For the measurement of conditional independence | | KCIT | For conditional independence testing | | MMD | For two-sample testing |

Implementations available

The following table details the implementation schemes for the different resources available in the package.

| Resource | Implementation Scheme | Numpy based available | PyTorch based available | | :--- | :--- | :----: |:----: | | HSIC | Resampling (permuting the xi's but leaving the yi's unchanged) | Yes | No | | HSIC | Gamma approximation | Yes | No | | HSCIC | N/A | Yes | Yes | | KCIT | Gamma approximation | Yes | No | | KCIT | Monte Carlo simulation (weighted sum of χ2 random variables)| Yes | No | | MMD | Gram matrix spectrum | Yes | No |

[comment]: <> (| MMD | Permutation | Yes | No |)


In development

  • Joint independence testing with dHSIC.
  • Goodness-of-fit testing.
  • Methods for time series models.
  • Bayesian statistical kernel methods.
  • Regression by independence maximisation.

Owner

  • Login: Black-Swan-ICL
  • Kind: user

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 65 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 1
pypi.org: pyrkhsstats

A Python package for kernel methods in Statistics/ML.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 65 Last month
Rankings
Dependent packages count: 9.8%
Stargazers count: 18.5%
Forks count: 19.2%
Dependent repos count: 21.8%
Average: 23.3%
Downloads: 47.2%
Maintainers (1)
Last synced: 7 months ago

Dependencies

requirements.txt pypi
  • GPy ==1.9.9
  • matplotlib ==3.4.0
  • numpy ==1.20.1
  • pandas ==1.2.3
  • pytest ==6.2.2
  • pyyaml ==6.0
  • scikit-learn ==0.24.1
  • scipy ==1.6.2
setup.py pypi
  • GPy *
  • numpy *
  • pandas *
  • pyyaml *
  • scikit-learn *
  • scipy *