Skip to content

Practical Local Conformal Inference in High Dimensions

License

Notifications You must be signed in to change notification settings

zhao-david/CDE-conformal

Repository files navigation

CDE-conformal and local_conformal package

GitActions CodeCov CodeFactor

Downloading of package

To download the package you'll need to clone the repo to your computer then run

pip install -r requirements.txt
pip install .

You have to do both of these as pytorch is not on pip.

Using pytest locally

To test the code, you'll need to first download pytest

conda install pytest # running tests
conda install pytest-cov # code coverage

Then you can run pytest in the project directory to test of the functions, and pytest --cov=local_conformal tests/ to get the coverage (run in local_conformal directory).

About

Practical Local Conformal Inference in High Dimensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published