I have a question related to balancing and stratify_receptor.
When I train a model with default2018, It does not have any problem,
But when I tried to train a model with dense, there are following error
File "train.py", line 935, in
results = train_and_test_model(args, train_test_files[i], outname, cont)
File "train.py", line 502, in train_and_test_model
solver.step(test_interval)
ValueError: No valid stratified examples.
The setting of balancing and stratify_receptor is same between dense.model and default2018.model
and in my training data there are positive and negative labeled samples.
Any possible clue to this error?
Thanks