This release is a pre-release and may not be stable for production use.
GPyTorch-QR
Gaussian process quantile regression using GPyTorch.
Installation
$ pip install gpytorch-qr
Documentation
The manual can be found online:
If you want to build the document yourself, get the source code and install with [doc] dependency.
Then, go to doc directory and build the document:
$ pip install .[doc]
$ cd doc
$ make html
Document will be generated in build/html directory. Open index.html to see the central page.
Developing
Installation
For development features, you must install the package by pip install -e .[dev].
Configuring git
Configure the local git filter (run once after cloning):
nbstripout --install --attributes .gitattributes
git config filter.nbstripout.clean "nbstripout"
git config filter.nbstripout.smudge cat
git config filter.nbstripout.required true
Testing notebook build
Set the GPYTORCH_N_EPOCHS environment variable to 1 for quickly test notebook build.
export GPYTORCHQR_N_EPOCHS=1
jupyter nbconvert --to notebook --execute --inplace examples/*.ipynb
jupyter nbconvert --to notebook --execute --inplace examples/**/*.ipynb
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gpytorch_qr-0.9.0.dev4.tar.gz.
File metadata
- Download URL: gpytorch_qr-0.9.0.dev4.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5dc6c8c95eb5b8bf9b8d0869f51f3eecd3ee225cb4fff633d991fb4b2340c87
|
|
| MD5 |
c313dc0e29bc8488c7cdae2761206be9
|
|
| BLAKE2b-256 |
7c0d634f626f264f45a5761129ad650fdbf5de4adb14ac14503218ffc830dc28
|
File details
Details for the file gpytorch_qr-0.9.0.dev4-py3-none-any.whl.
File metadata
- Download URL: gpytorch_qr-0.9.0.dev4-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc80d97fb1f13347c3b0a7649c0c32fdc8f28ca6203e65cf1b91699f94358f4
|
|
| MD5 |
d97838486e1df5e25eeafccbfccb8458
|
|
| BLAKE2b-256 |
54fcc71f61f4dc2eb40e06360ec0953c626e2056fa25b865fc6ff3ebf2bbc15b
|