Open msetzu opened 6 years ago
gpdatagenerator.py lines 188-9
gpdatagenerator.py
188-9
Xsso = get_oversample(population, halloffame) Xgp.append(Xsso)
A population size low w.r.t. the dataset size returns 0 samples for either positive or negative samples. Reproduce Run on the adult dataset on a population size <= 250. Dirty fix Run on a larger sample, filter afterwards.
adult
<= 250
gpdatagenerator.py
lines188-9
A population size low w.r.t. the dataset size returns 0 samples for either positive or negative samples. Reproduce Run on the
adult
dataset on a population size<= 250
. Dirty fix Run on a larger sample, filter afterwards.