Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ytakashina committed Mar 2, 2019
1 parent 4947a1a commit 9ac5eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# depynd [![Build Status](https://travis-ci.com/y-takashina/depynd.svg?branch=master)](https://travis-ci.com/y-takashina/depynd) [![Documentation Status](https://readthedocs.org/projects/depynd/badge/?version=latest)](https://depynd.readthedocs.io/en/latest/?badge=latest)
# depynd [![Build Status](https://travis-ci.com/ytakashina/depynd.svg?branch=master)](https://travis-ci.com/ytakashina/depynd) [![Documentation Status](https://readthedocs.org/projects/depynd/badge/?version=latest)](https://depynd.readthedocs.io/en/latest/?badge=latest)

`depynd` is a Python library for evaluating dependencies among random variables from data. It supports learning
statistical dependencies for one-to-one, one-to-many, and many-to-many relationships, where each one corresponds to
Expand All @@ -23,5 +23,5 @@ Here is the [documentation](https://depynd.readthedocs.io/).
$ pip install depynd
```

## How to use
See [notebooks](https://github.com/y-takashina/depynd/tree/master/notebooks).
## Examples
See [notebooks](https://github.com/ytakashina/depynd/tree/master/notebooks).

0 comments on commit 9ac5eb2

Please sign in to comment.