Installation#
Using PyPI#
Using pip should also work fine:
python -m pip install tanat
Using latest github-hosted version#
If you want to get TanaT’s latest version, you can refer to the official repository hosted at the Inria gitlab:
python -m pip -e install https://gitlab.inria.fr/tanat/core/tanat
Dependencies#
TanaT relies on several foundational libraries from the scientific Python ecosystem, including:
pandasfor tabular data handlingnumpyandscipyfor numerical and scientific computingmatplotlibfor basic visualizationscikit-learnfor machine learning utilitiesnumbafor performance optimization through JIT compilation
In addition, TanaT makes use of:
scikit-survivalfor survival analysissqlalchemyfor SQL-based data accesstqdmfor progress tracking in processing pipelinesPyYAMLfor configuration handlingpypassist,tseqmock, andtanat_cli_presetas internal or companion tools for simulation, CLI, and mocking