LICENSE
README.md
pyproject.toml
src/myml/__init__.py
src/myml/_classproperty.py
src/myml/kmeans.py
src/myml/linear_regression.py
src/myml/logistic_regression.py
src/numpyml_learn.egg-info/PKG-INFO
src/numpyml_learn.egg-info/SOURCES.txt
src/numpyml_learn.egg-info/dependency_links.txt
src/numpyml_learn.egg-info/requires.txt
src/numpyml_learn.egg-info/top_level.txt
tests/test_code_property.py
tests/test_kmeans.py
tests/test_linear_regression.py
tests/test_logistic_regression.py