-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BalancingLearner of SequenceLearners does not finish calculation #213
Comments
The log is just |
As a temporary workaround you can use a single sequence learner (there's nothing to balance really). |
Oh that was just a minimal example. In reality I have a bunch of sequence learners. |
I mean that also if you have a bunch of sequence learners, you can directly combine and shuffle the sequences. Since all the values are predefined, balancing learner does not bring any advantage as far as I can tell. |
It should work with the fix in #214. I will test a bit more. |
The following code fails to finish the calculation
The error is happening in
runner._get_futures()
. I think something goes wrong when therunner
asks for more points then there are points left insequence
.The text was updated successfully, but these errors were encountered: