This algorithm creates a contingency table showing the relationship between two or more variables. The docker image is available at:
docker pull ghcr.io/vantage6/algorithm/crosstabIt is designed to be run with the vantage6 infrastructure for distributed analysis and learning. The base code for this algorithm has been created via the v6-algorithm-template generator.
The documentation is hosted here.
You can run the documentation locally by running:
cd docs
pip install -r requirements.txt
make livehtmlThe Docker image that contains this algorithm can be retrieved with:
docker pull ghcr.io/vantage6/algorithm/crosstab
