LICENSE
README.md
pyproject.toml
src/axiom/__init__.py
src/axiom/core/base.py
src/axiom/core/losses.py
src/axiom/core/optimizers.py
src/axiom/linear/linear_regression.py
src/axiom/linear/logistic_regression.py
src/axiom/neural/activations.py
src/axiom/neural/engine.py
src/axiom/neural/layers.py
src/axiom/preprocessing/encoders.py
src/axiom/preprocessing/scalers.py
src/axiom/trees/decision_tree.py
src/axiom/trees/gains.py
src/axiom/trees/gbm.py
src/axiom/trees/lightgbm.py
src/axiom/trees/linear_tree.py
src/axiom/trees/xgboost.py
src/axiom_ml.egg-info/PKG-INFO
src/axiom_ml.egg-info/SOURCES.txt
src/axiom_ml.egg-info/dependency_links.txt
src/axiom_ml.egg-info/requires.txt
src/axiom_ml.egg-info/top_level.txt
tests/test_xor.py