-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Faster and more flexible code, and code sharing for kernel tests (
#19) Towards: #15 Changes proposed in this pull request: - refactors code to setup for kcd test - allows any of the pairwise kernel strings to be passed in from sklearn (which is significantly faster than using partial because sklearn optimizes the in-house kernels) - also requires kernel functions to be a specific API, so it's easier to test, implement and document This should all make implementation of the kcd test pretty straightforward --------- Signed-off-by: Adam Li <adam2392@gmail.com> Co-authored-by: Patrick Bloebaum <bloebp@amazon.com>
- Loading branch information
Showing
22 changed files
with
1,536 additions
and
995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# YAML 1.2 | ||
--- | ||
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) | ||
cff-version: 1.2.0 | ||
title: 'Pywhy-Stats: Statistical inference in Python.' | ||
abstract: 'Pywhy-Stats is a Python library that leverages a simple API for performing independence and conditional independence testing.' | ||
authors: | ||
- given-names: Adam | ||
family-names: Li | ||
affiliation: 'Department of Computer Science, Columbia University, New York, NY, USA' | ||
orcid: 'https://orcid.org/0000-0001-8421-365X' | ||
- given-names: Patrick | ||
family-names: Blöbaum | ||
affiliation: 'Amazon' | ||
email: 'bloebp@amazon.com' | ||
type: software | ||
repository-code: 'https://github.com/py-why/pywhy-stats' | ||
license: MIT | ||
keywords: | ||
- causality | ||
- pywhy | ||
- statistics | ||
- independece testing | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.