Metadata-Version: 2.1
Name: gpr-algorithm
Version: 0.0.1a0
Summary: Gene Programming Rules (GPR) implementation
Author: Anna Czmil
Author-email: czmilanna@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: deap (==1.3.1)
Requires-Dist: geppy (==0.1.3)
Requires-Dist: graphviz (==0.19.1)
Requires-Dist: numpy (==1.21.5)
Requires-Dist: scikit-learn (==1.0.1)
Requires-Dist: sympy (==1.9)
Description-Content-Type: text/x-rst

GPR Algorithm
=============

GPR Algorithm is...

How to develop
--------------

1) Install Poetry: https://python-poetry.org/docs/#installation

2) Initialize project:

.. code-block::

    poetry install

