Vlad
Vlad
Thanks for developing MToolBox and making it available to scientific community! I have noticed that it sometimes assigns different haplotype groups to genomic samples coming from a same person(sample collection...
clusters= in cross_validated doesn't seem to work properly with more than 3 clusters: import optunity import optunity.cross_validation import numpy as np def f(x_train, y_train, x_test, y_test): if(bool(set(x_test)&set(x_train))): print("test and set...
Hi, is it possible to run one validation fold per a parameter set? Ideally I would like to use a custom constructed training-validation split . Though it is not the...