LICENSE
README.md
pyproject.toml
src/shasha/__init__.py
src/shasha/decision_tree.py
src/shasha/decision_tree_reg.py
src/shasha/knn.py
src/shasha/linear_regression.py
src/shasha/logistic_regression.py
src/shasha/multiple_regression.py
src/shasha/random_forest.py
src/shasha/svm.py
src/shasha/xgb_classifier.py
src/shasha.egg-info/PKG-INFO
src/shasha.egg-info/SOURCES.txt
src/shasha.egg-info/dependency_links.txt
src/shasha.egg-info/top_level.txt
tests/test_decision_tree.py
tests/test_knn.py
tests/test_linear_regression.py
tests/test_logistic_regression.py
tests/test_multiple_regression.py
tests/test_random_forest.py
tests/test_svm.py
tests/test_xgb_classifier.py