An Automated Machine Learning library for longitudinal classification built on GAMA and Scikit-Longitudinal — Paper · Documentation · PyPi Index
Thank you for contributing to Auto-Sklong.
Please open an issue before large changes so we can align on scope, interfaces, and documentation impact.
Before opening a pull request, please:
- Install the project dependencies with
uv sync --all-groups. - Run the test suite with
uv run pytest -sv tests/unit -p no:warningsanduv run pytest -sv tests/system -p no:warnings. - Run the repository checks with
uv run pre-commit run --all-files. - Build the documentation with
uv run mkdocs build. - Update relevant docs or tutorials when your change affects user-facing behavior.
Please do not include private, sensitive, or real-world datasets in pull requests, issues, or example artifacts.