.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
test.py
.github/workflows/publish.yml
csrc/Makefile
csrc/include/core.h
csrc/include/linear.h
csrc/include/logistic.h
csrc/include/ml.h
csrc/src/core.c
csrc/src/linreg.c
csrc/src/logreg.c
examples/linear_regression.py
examples/logistic_regression.py
examples/data/housing.csv
examples/data/weatherAUS.csv
python/requirements.txt
python/PureMLinC.egg-info/PKG-INFO
python/PureMLinC.egg-info/SOURCES.txt
python/PureMLinC.egg-info/dependency_links.txt
python/PureMLinC.egg-info/requires.txt
python/PureMLinC.egg-info/top_level.txt
python/ml_core/__init__.py
python/ml_core/_lib.py
python/ml_core/linreg.py
python/ml_core/logreg.py