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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code fails to finish the calculation
The error is happening in
runner._get_futures(). I think something goes wrong when therunnerasks for more points then there are points left insequence.The text was updated successfully, but these errors were encountered: