Metadata-Version: 2.1
Name: irmlearn
Version: 0.0.1b1
Summary: Infinite Relational Model in Python with scikit-learn like API.
Home-page: https://github.com/ground0state/irmlearn
Author: Masafumi Abeta
Author-email: ground0state@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE

irmlearn
============

|image0| 

irmlearn is a algorithms for Infinite Relational Model.


Dependencies
------------------------

The required dependencies to use irmlearn are,

- scikit-learn
- numpy
- scipy

You also need matplotlib, seaborn to run the demo and pytest to run the tests.

install
------------

.. code:: bash

    pip install irmlearn


USAGE
------------

We have posted a usage example in the github's demo folder.

License
------------

This code is licensed under MIT License.

Test
------------

.. code:: python

    python setup.py test

.. |image0| image:: https://img.shields.io/badge/dynamic/json.svg?label=version&colorB=5f9ea0&query=$.version&uri=https://raw.githubusercontent.com/ground0state/irmlearn/main/package.json&style=plastic

