.gitignore
LICENCE
Makefile
Procfile
README.md
requirements.txt
setup.py
.github/workflows/pythonpackage.yml
dist/handmadeML-1.0-py3-none-any.whl
dist/handmadeML-1.0.tar.gz
handmadeML/__init__.py
handmadeML.egg-info/PKG-INFO
handmadeML.egg-info/SOURCES.txt
handmadeML.egg-info/dependency_links.txt
handmadeML.egg-info/not-zip-safe
handmadeML.egg-info/requires.txt
handmadeML.egg-info/top_level.txt
handmadeML/common/utils.py
handmadeML/data/.keep
handmadeML/decisiontrees/__init__.py
handmadeML/decisiontrees/models.py
handmadeML/decisiontrees/utils.py
handmadeML/linearmodels/__init__.py
handmadeML/linearmodels/models.py
handmadeML/linearmodels/utils.py
handmadeML/metamethods/__init__.py
handmadeML/metamethods/ensemble.py
handmadeML/neuralnets/__init__.py
handmadeML/neuralnets/models.py
handmadeML/neuralnets/utils.py
handmadeML/optimizers/__init__.py
handmadeML/optimizers/adam.py
notebooks/.keep
notebooks/Debugging.ipynb
notebooks/DecisionTree testing.ipynb
notebooks/Decision_trees_development_notebook.ipynb
notebooks/Handmade_neural_network_TUTORIAL.ipynb
notebooks/Neuralnet_Testing.ipynb
notebooks/Neuralnets_Development_notebook.ipynb
scripts/handmadeML-run
tests/__init__.py
tests/common/test_common_utils.py
tests/decisiontrees/test_decisiontrees_models.py
tests/linearmodels/test_linearmodels_models.py
tests/neuralnets/test_neuralnets_models.py
tests/neuralnets/test_neuralnets_utils.py
tests/optimizers/test_optimizers.py