Splito is a machine learning dataset splitting library for life sciences.
You can install splito using pip:
pip install splitoYou can use conda/mamba. Ask @maclandrol for credentials to the conda forge or for a token
mamba install -c conda-forge splitoFind the documentation at https://splito-docs.datamol.io/.
micromamba create -n splito -f env.yml
micromamba activate splito
pip install --no-deps -e .You can run tests locally with:
pytestWe use ruff as a linter and formatter.
ruff check
ruff formatYou can build and run documentation server with:
mkdocs serveUnder the Apache-2.0 license. See LICENSE.