Metadata-Version: 2.4
Name: pico-ml
Version: 2.0.1
Summary: Pipeline for Interpretable Classification on Omics
Project-URL: Homepage, https://elinaff.github.io/PICO/
Project-URL: Issues, https://github.com/ElinaFF/PICO/issues
Project-URL: Source, https://github.com/ElinaFF/PICO
Author-email: Elina Francovic-Fontaine <elina.francovic-fontaine.1@ulaval.ca>
License-File: AUTHORS
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.13,>=3.8
Requires-Dist: coloredlogs
Requires-Dist: dash
Requires-Dist: dash-bio
Requires-Dist: dash-bootstrap-components
Requires-Dist: dash-core-components
Requires-Dist: dash-cytoscape
Requires-Dist: dash-html-components
Requires-Dist: dash-interactive-graphviz
Requires-Dist: dash-renderer
Requires-Dist: dash-table
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy<2
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: pyscm-ml>=1.1.2
Requires-Dist: randomscm>=0.1.2
Requires-Dist: rich
Requires-Dist: scikit-learn>1.4
Requires-Dist: scipy
Requires-Dist: typer
Requires-Dist: umap-learn
Provides-Extra: dev
Requires-Dist: dash[testing]; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# PICO
Pipeline for Interpretable Classification on Omics

## Description
The PICO is a tool to apply machine learning algorithms to omics datasets. The goal is to extract the most important features because they are potential novel biomarkers.
The interface is made to be easy to use and intuitive even for those with small to nonexistant experience in programming and AI.

More generally, it is a tool to apply interpretable machine learning algorithms to tabular data. It focuses on analyzing the features selected by the models.

## The documentation
You can find the documentation [here](https://elinaff.github.io/PICO/).
It explains how to use PICO but also how it works.

## Authors and contributors
 - [Élina Francovic-Fontaine](https://github.com/ElinaFF)
 - [Vincent Primpied](https://github.com/le-smog)
 - [Vincent Vilain](https://github.com/VincentVilain)
 - [Gabriel Leclerc](https://github.com/PandaGab)
 - [Thierry Moszkowicz](https://github.com/ThierryAM)
 - [Mathieu Bazinet](https://github.com/MathieuBazinet)
 - [Thibaud Godon](https://github.com/thibgo)
 - [Pier-Luc Plante](https://github.com/plpla)
 - [Baptiste Bauvin](https://github.com/babau1)
 - [Louis-Philippe Vignault](https://scholar.google.com/citations?user=QXye6lEAAAAJ&hl=fr)

## Disclaimer
PICO is still in development. If you encounter any issue or have any suggestion, feel free to contact us at [elina.francovic-fontaine.1@ulaval.ca](mailto:elina.francovic-fontaine.1@ulaval.ca). Or you can leave an issue [here](https://github.com/ElinaFF/PICO/issues) with the tag "bug".

## For developers
### Setup

Clone the project with :
```shell
git clone https://github.com/ElinaFF/PICO.git
```

It is recommanded to setup a virtual environment. When it's done, use your isolated python and install `pico` package locally and in editable mode with :
```shell
python -m pip install -e ".[dev]"
```

### Collaborative development
The entire development process has been done following Python development guidelines. Similarly, we adhered to scikit-learn's developer recommendations and provided code understandable to any user familiar with the domain. Therefore, PICO could become an asset for the research community. Indeed, collaborative development ensures that the improvement directions are the ones needed by the user-base.

## License
<a href="https://github.com/ElinaFF/PICO">Pipeline for Interpretable Classification on Omics (PICO)</a> © 2026 by <a href="https://creativecommons.org">Elina Francovic-Fontaine</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>

