Metadata-Version: 2.1
Name: bnsl
Version: 0.1.58
Summary: A collection of Bayesian Network structure learning algorithms
Home-page: https://github.com/Enderlogic/bnsl
Author: Yang Liu
Author-email: yangliu@qmul.ac.uk
License: MIT license
Keywords: bnsl
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
License-File: LICENSE

====
bnsl
====




A collection of Bayesian Network structure learning algorithms


* Free software: MIT license


Features
--------

* This package includes 3 basic structure learning algorithms which are HC, GES and PC-stable. The algorithms take pandas Dataframe as input and generate a dictionary as the learned graph.

Credits
-------
