LICENSE
README.md
setup.py
axonml/__init__.py
axonml/decision_tree.py
axonml/k_nearest_neighbours.py
axonml/linear_regression.py
axonml/logistic_regression.py
axonml/multiple_linear_regression.py
axonml/random_forest.py
axonml/support_vector_machine.py
axonml/xgboost.py
axonml.egg-info/PKG-INFO
axonml.egg-info/SOURCES.txt
axonml.egg-info/dependency_links.txt
axonml.egg-info/requires.txt
axonml.egg-info/top_level.txt
tests/__init__.py
tests/test_decision_tree.py
tests/test_k_nearest_neighbours.py
tests/test_linear_regression.py
tests/test_logistic_regression.py
tests/test_multiple_linear_regression.py
tests/test_random_forest.py
tests/test_support_vector_machine.py
tests/test_xgboost.py