Skip to content

JSS95/scikit-pns

Repository files navigation

scikit-pns

Supported Python Versions PyPI Version License CI CD Docs

title

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:

https://scikit-pns.readthedocs.io

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].

About

scikit-learn estimator for principal nested spheres (PNS) analysis.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages