Metadata-Version: 2.1
Name: pysarpu
Version: 0.1.0
Summary: PU learning under SAR assumption with unknown propensity. Implementation of the general SAR-EM algorithm.
Home-page: https://github.com/ocoudray/pysarpu
Author: Olivier COUDRAY
Author-email: olivier.coudray.15@polytechnique.org
License: MIT license
Keywords: pysarpu
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

=======
pysarpu
=======


.. image:: https://img.shields.io/pypi/v/pysarpu.svg
        :target: https://pypi.python.org/pypi/pysarpu

.. image:: https://img.shields.io/travis/ocoudray/pysarpu.svg
        :target: https://travis-ci.com/ocoudray/pysarpu

.. image:: https://readthedocs.org/projects/pysarpu/badge/?version=latest
        :target: https://pysarpu.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




PU learning under SAR assumption with unknown propensity. Implementation of the general SAR-EM algorithm.


* Free software: MIT license
* Documentation: https://pysarpu.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2022-10-07)
------------------

* First release on PyPI.
