MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
examples/__init__.py
examples/breast_cancer_classification.py
examples/diabetes_regression.py
xgp/__init__.py
xgp/binding.py
xgp/classification.py
xgp/model.py
xgp/parse.py
xgp/regression.py
xgp/template.py
xgp/xgp.go
xgp.egg-info/PKG-INFO
xgp.egg-info/SOURCES.txt
xgp.egg-info/dependency_links.txt
xgp.egg-info/requires.txt
xgp.egg-info/top_level.txt
xgp/tests/__init__.py
xgp/tests/test_binding.py
xgp/tests/test_classifier.py
xgp/tests/test_regressor.py