.coveragerc
.travis.yml
CHANGELOG.rst
MANIFEST.in
README.rst
appveyor.yml
bandit.yml
setup.cfg
setup.py
tox.ini
.appveyor/appveyor-bootstrap.py
.appveyor/appveyor-download.py
.appveyor/appveyor-with-compiler.cmd
.appveyor/bootstrap.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/spelling_wordlist.txt
requirements/base.txt
requirements/dev.txt
requirements/docs.txt
scripts/install_anaconda.sh
src/so_magic/__init__.py
src/so_magic/logging.conf
src/so_magic/so_master.py
src/so_magic.egg-info/PKG-INFO
src/so_magic.egg-info/SOURCES.txt
src/so_magic.egg-info/dependency_links.txt
src/so_magic.egg-info/not-zip-safe
src/so_magic.egg-info/requires.txt
src/so_magic.egg-info/top_level.txt
src/so_magic/clustering/__init__.py
src/so_magic/clustering/cluster.py
src/so_magic/clustering/clustering.py
src/so_magic/clustering/computing.py
src/so_magic/clustering/factory.py
src/so_magic/clustering/helpers.py
src/so_magic/data/__init__.py
src/so_magic/data/command_factories.py
src/so_magic/data/commands_manager.py
src/so_magic/data/data_manager.py
src/so_magic/data/dataset.py
src/so_magic/data/discretization.py
src/so_magic/data/encoding.py
src/so_magic/data/interfaces.py
src/so_magic/data/magic_encoder.py
src/so_magic/data/receiver.py
src/so_magic/data/backend/__init__.py
src/so_magic/data/backend/backend.py
src/so_magic/data/backend/engine.py
src/so_magic/data/backend/engine_specs.py
src/so_magic/data/backend/panda_handling/__init__.py
src/so_magic/data/backend/panda_handling/df_backend.py
src/so_magic/data/backend/panda_handling/df_discretization.py
src/so_magic/data/backend/panda_handling/df_encoding.py
src/so_magic/data/backend/panda_handling/df_feature_factory.py
src/so_magic/data/backend/panda_handling/df_operations.py
src/so_magic/data/features/__init__.py
src/so_magic/data/features/feature_factory.py
src/so_magic/data/features/features.py
src/so_magic/data/features/features_set.py
src/so_magic/data/features/phi.py
src/so_magic/data/features/phis.py
src/so_magic/data/variables/__init__.py
src/so_magic/data/variables/types.py
src/so_magic/som/__init__.py
src/so_magic/som/factory.py
src/so_magic/som/manager.py
src/so_magic/som/self_organising_map.py
src/so_magic/utils/__init__.py
src/so_magic/utils/commands.py
src/so_magic/utils/linear_mapping.py
src/so_magic/utils/mediator.py
src/so_magic/utils/memoize.py
src/so_magic/utils/notification.py
src/so_magic/utils/registry.py
src/so_magic/utils/singleton.py
src/so_magic/utils/transformations.py
tests/conftest.py
tests/test_clustering.py
tests/test_command_registration.py
tests/test_commands.py
tests/test_data_manager.py
tests/test_decorating.py
tests/test_encoding.py
tests/test_mediator.py
tests/test_notification.py
tests/test_phi.py
tests/test_singleton.py
tests/test_so_magic.py
tests/test_transformations.py
tests/dts/sample-strains-colapsed.jl
tests/dts/sample-strains.jl
tests/dts/test-clean.pk
tests/dts/unittest-dataset-clean.pk
tests/test_utils/__init__.py
tests/test_utils/test_linear_transformation.py