LICENSE
README.md
setup.cfg
setup.py
mymlscratch/__init__.py
mymlscratch/core.py
mymlscratch.egg-info/PKG-INFO
mymlscratch.egg-info/SOURCES.txt
mymlscratch.egg-info/dependency_links.txt
mymlscratch.egg-info/requires.txt
mymlscratch.egg-info/top_level.txt
mymlscratch/algorithms/__init__.py
mymlscratch/algorithms/decision_tree.py
mymlscratch/algorithms/kmeans.py
mymlscratch/algorithms/knn.py
mymlscratch/algorithms/linear_regression.py
mymlscratch/algorithms/logistic_regression.py
tests/test_mymlscratch.py