Splito is a machine learning dataset splitting library for life sciences.
You can install splito
using pip:
pip install splito
You can use conda/mamba. Ask @maclandrol for credentials to the conda forge or for a token
mamba install -c conda-forge splito
Find 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:
pytest
We use ruff
as a linter and formatter.
ruff check
ruff format
You can build and run documentation server with:
mkdocs serve
Under the Apache-2.0 license. See LICENSE.