LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
examples/lr_example1.py
examples/lr_example2.py
examples/nb_example1_Iris.py
examples/nb_example2_BreastCancer.py
examples/nb_example3_Digit.py
spkit/__init__.py
spkit/infotheory.py
spkit/matDecomposition.py
spkit/pylfsr.py
spkit.egg-info/PKG-INFO
spkit.egg-info/SOURCES.txt
spkit.egg-info/dependency_links.txt
spkit.egg-info/requires.txt
spkit.egg-info/top_level.txt
spkit/data/__init__.py
spkit/data/dataGen.py
spkit/data/load_data.py
spkit/data/primitive_polynomials_GF2_dict.txt
spkit/ml/LogisticRegression.py
spkit/ml/Probabilistic.py
spkit/ml/Trees.py
spkit/ml/__init__.py