LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
luvex/Linearregression.py
luvex/__init__.py
luvex/decisiontree.py
luvex/knn.py
luvex/logisticregression.py
luvex/multilinear.py
luvex/node.py
luvex/randomforest.py
luvex/svm.py
luvex/xgbclassifier.py
luvex/xgbclasstree.py
luvex.egg-info/PKG-INFO
luvex.egg-info/SOURCES.txt
luvex.egg-info/dependency_links.txt
luvex.egg-info/requires.txt
luvex.egg-info/top_level.txt
luvex/__pycache__/Linearregression.cpython-310.pyc
luvex/__pycache__/__init__.cpython-310.pyc
luvex/__pycache__/decisiontree.cpython-310.pyc
luvex/__pycache__/knn.cpython-310.pyc
luvex/__pycache__/logisticregression.cpython-310.pyc
luvex/__pycache__/multilinear.cpython-310.pyc
luvex/__pycache__/node.cpython-310.pyc
luvex/__pycache__/randomforest.cpython-310.pyc
luvex/__pycache__/svm.cpython-310.pyc
luvex/__pycache__/xgbclassifier.cpython-310.pyc
luvex/__pycache__/xgbclasstree.cpython-310.pyc
tests/__init__.py
tests/test_decisiontree.py
tests/test_knn.py
tests/test_linearregression.py
tests/test_logisticregression.py
tests/test_multilinear.py
tests/test_randomforest.py
tests/test_svm.py
tests/test_xgbclassifier.py
tests/__pycache__/__init__.cpython-310.pyc
tests/__pycache__/__init__.cpython-313.pyc
tests/__pycache__/test_decisiontree.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_decisiontree.cpython-313-pytest-8.3.4.pyc
tests/__pycache__/test_knn.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_knn.cpython-313-pytest-8.3.4.pyc
tests/__pycache__/test_linearregression.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_linearregression.cpython-313-pytest-8.3.4.pyc
tests/__pycache__/test_logisticregression.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_logisticregression.cpython-313-pytest-8.3.4.pyc
tests/__pycache__/test_multilinear.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_multilinear.cpython-313-pytest-8.3.4.pyc
tests/__pycache__/test_randomforest.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_randomforest.cpython-313-pytest-8.3.4.pyc
tests/__pycache__/test_svm.cpython-310-pytest-8.3.4.pyc
tests/__pycache__/test_xgbclassifier.cpython-310-pytest-8.3.4.pyc