Metadata-Version: 2.1
Name: swissroll
Version: 1.0.4
Summary: Higher Level API for working with Probability Distributions.
Home-page: https://github.com/tirthasheshpatel/swissroll
Author: Tirth Patel and GitHub Community
Author-email: tirthasheshpatel@gmail.com
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: sklearn

# Swissroll

[![codecov](https://codecov.io/gh/tirthasheshpatel/swissroll/branch/master/graph/badge.svg)](https://codecov.io/gh/tirthasheshpatel/swissroll)
[![build status](https://travis-ci.com/tirthasheshpatel/swissroll.svg?branch=master)](https://travis-ci.com/tirthasheshpatel/swissroll)

This is a higher level API made with scipy and numpy for working with probability distributions. It's a very simple package and can be used for teaching and demonstrating purposes. Do not use for anything **serious**!

### Installation

`pip install swissroll`

### Usage

See the following notebooks to understand usage of the API:
 - [Swissroll Tutorial](tasty_swissroll.ipynb)

### Contributing

Anyone can contribute by adding a new feature or fixing the current ones. Every contribution is welcome and appreciated.



