Metadata-Version: 2.1
Name: lcase
Version: 0.0.5
Summary: Latent CAusal Structure Estimator Python Package
Home-page: https://github.com/zhi-yi-huang/lcase
Author: Zhiyi Huang
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

LCASE - Latent CAusal Structure Estimator
=========================================
Requirements
************

- Python3
- numpy
- pandas
- scipy
- networkx
- scikit-learn
- statsmodels

Installation
************

To install lcase package, use pip as follows:

.. code-block:: bash

    $ pip install lcase

