https://github.com/lucventurini/mikado
Raw File
Tip revision: bc22f2822f1a19efe732ed26c58844b49c6c15d7 authored by Luca Venturini on 27 September 2018, 14:01:26 UTC
First stab at solving #127. It was harder than I thought as the function broke when I tried to keep the features of each model in memory. Now time to create unit tests to verify the new behaviour.
Tip revision: bc22f28
MANIFEST.in
include DESCRIPTION.md
include README.md
include AUTHORS
include CHANGELOG.md
include requirements.txt
recursive-include . *py
recursive-include Mikado *pyx
recursive-include Mikado *pxd
recursive-include util *py
exclude util/analyse_metrics.py util/create_model.py util/self_training.py
recursive-include Mikado *snakefile *json *yaml
recursive-include Mikado/tests *
recursive-exclude docs/ *
back to top