Principal nested spheres (PNS) analysis
Project description
scikit-pns
Principal nested spheres analysis for scikit-learn.
Usage
>>> from skpns import IntrinsicPNS
>>> from skpns.util import circular_data
>>> X = circular_data()
>>> X_new = IntrinsicPNS().fit_transform(X)
Installation
$ pip install scikit-pns
Documentation
The manual can be found online:
If you want to build the documentation yourself, get the source code and install with [doc] dependency.
Then, go to the doc directory and build the documentation:
$ pip install .[doc]
$ cd doc
$ make html
The documentation will be generated in the build/html directory. Open index.html to see the main page.
Developing
Installation
For development features, you must install the package by pip install -e .[dev].
Project details
Release history Release notifications | RSS feed
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 scikit_pns-1.3.0.tar.gz.
File metadata
- Download URL: scikit_pns-1.3.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
695de5a51c52a6fe6d2d1541ad6c1e64321c1ea6b3c672e16e12c8d7b95baa02
|
|
| MD5 |
84cea6fb39a2474c11811779ce0381ff
|
|
| BLAKE2b-256 |
2f7e0a92880a8ac5f5e3bc38ad08b6b4beac6991bd1a503971238ec5dcbb1b3d
|
File details
Details for the file scikit_pns-1.3.0-py3-none-any.whl.
File metadata
- Download URL: scikit_pns-1.3.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0845da7921fbb89455662a7c7a79ddc95e6ad01fcc50991c0b3563d681566e27
|
|
| MD5 |
37636230bed486f9890ca8b1aadb10b5
|
|
| BLAKE2b-256 |
abb2f82ac3d16ca694c8e95dbbfd9678f60841e8321da2a6e1784b5c1562178b
|