README.md
setup.py
behalearn/__init__.py
behalearn/authentication.py
behalearn/config.py
behalearn/metrics.py
behalearn/scalability.py
behalearn.egg-info/PKG-INFO
behalearn.egg-info/SOURCES.txt
behalearn.egg-info/dependency_links.txt
behalearn.egg-info/requires.txt
behalearn.egg-info/top_level.txt
behalearn/estimators/__init__.py
behalearn/estimators/voting.py
behalearn/features/__init__.py
behalearn/features/builtin.py
behalearn/features/extraction.py
behalearn/features/holistic.py
behalearn/features/statistics.py
behalearn/features/temporal.py
behalearn/features/transformers.py
behalearn/preprocessing/__init__.py
behalearn/preprocessing/columns.py
behalearn/preprocessing/session.py
behalearn/preprocessing/transformers.py
behalearn/preprocessing/utils.py
behalearn/preprocessing/segment/__init__.py
behalearn/preprocessing/segment/criteria.py
behalearn/preprocessing/segment/split.py
behalearn/utils/__init__.py
behalearn/visualization/__init__.py
behalearn/visualization/custom.py
behalearn/visualization/metric_plots.py
behalearn/visualization/mobile.py
behalearn/visualization/mouse.py
behalearn/visualization/utils.py
tests/__init__.py
tests/conftest.py
tests/test_authentication.py
tests/test_metrics.py
tests/test_scalability.py
tests/estimators/__init__.py
tests/estimators/test_voting.py
tests/features/__init__.py
tests/features/test_extraction.py
tests/features/test_holistic.py
tests/features/test_temporal.py
tests/features/test_transformers.py
tests/preprocessing/__init__.py
tests/preprocessing/test_columns.py
tests/preprocessing/test_session.py
tests/preprocessing/test_transformers.py
tests/preprocessing/test_utils.py
tests/preprocessing/segment/__init__.py
tests/preprocessing/segment/test_criteria.py
tests/preprocessing/segment/test_split.py
tests/visualization/__init__.py
tests/visualization/test_custom.py
tests/visualization/test_mobile.py
tests/visualization/test_mouse.py
tests/visualization/test_utils.py