Documentation
for the ai-cdss encompasses installation instructions, tutorials, examples and an API reference.
To install the lastest stable version of the ai-cdss, use pip in a terminal:
pip install ai_cdss-0.1.0.tar.gz
This project requires the following Python packages:
-
rgs_interface
— Custom interface for DB reading and table merging.pip install git+https://github.com/dabadav/rgs-interface.git@v0.2.2
-
pandas[parquet]
(>=2.2.3,<3.0.0) — Pandas with Parquet support for efficient I/O. -
pandera
(>=0.23.1,<0.24.0) — Data validation for Pandas. -
gower
(>=0.1.2,<0.2.0) — Gower distance metric implementation for mixed-type data.