Metadata-Version: 2.1
Name: lcase
Version: 0.0.3
Summary: Latent CAusal Structure Estimator Python Package
Home-page: https://github.com/zhi-yi-huang/lcase
Author: Zhiyi Huang
License: UNKNOWN
Description: # LCASE - Latent CAusal Structure Estimator
        
        ## Requirements
        
        * Python3
        * numpy
        * pandas
        * scipy
        * networkx
        * scikit-learn
        * statsmodels
        
        
        ## Installation
        
        To install lcase package, use pip as follows:
        
        ```
        $ pip install lcase
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
