Skip to content

asmove/pybary

Repository files navigation

Version python codecov downloads Binder

Pybary

A sniffer optimizer

Barycenter method in python. Take a look at original article: https://arxiv.org/abs/1801.10533

How to install

We run the command on desired installation environment:

pip install pybary

Minimal example

We may code examples by performing following actions

  1. Run command python examples/example.py from package root folder;
  2. Open notebook examples/example.ipynb and run cell on given order.