.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
tox.ini
.github/workflows/python-publish.yml
docs/.nojekyll
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.html
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/decisiontree_ex1.py
examples/linearreg_ex1.py
examples/polynom.py
examples/psi_test.py
notebooks/woe_iv.ipynb
src/mightypy/__init__.py
src/mightypy.egg-info/PKG-INFO
src/mightypy.egg-info/SOURCES.txt
src/mightypy.egg-info/dependency_links.txt
src/mightypy.egg-info/requires.txt
src/mightypy.egg-info/top_level.txt
src/mightypy/data_structures/__init__.py
src/mightypy/data_structures/_linked_list.py
src/mightypy/data_structures/_search.py
src/mightypy/data_structures/_tree.py
src/mightypy/make/__init__.py
src/mightypy/make/_dataset.py
src/mightypy/ml/__init__.py
src/mightypy/ml/_ensemble.py
src/mightypy/ml/_error_fxs.py
src/mightypy/ml/_linear.py
src/mightypy/ml/_tree.py
src/mightypy/ml/_utils.py
src/mightypy/signal_processing/__init__.py
src/mightypy/signal_processing/_fft.py
src/mightypy/stats/__init__.py
src/mightypy/stats/_data_drift.py
src/mightypy/stats/_feature_importance.py
tests/conftest.py
tests/test.py