You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue stems from the fact that for the sampled learning problem, the root state (Top concept) has zero quality.
For a given E^+:[3] E^-:[3], Quality(T,E+, E-) must be strictly greater than 0. Yet, on that particular dataset, and the learning problem, this is not satisfied.
I understand that the top concept shouldn't have a quality of zero. That is clearly a problem. So I guess this means that we should check in detail why the scoring method returns a quality of zero although the algorithm was able to select positive and negative examples beforehand, right? 🤔
the algorithm was able to select positive and negative examples beforehand, right?
The error might stem from the fact after sampling positive and negative examples, we do not ensure that the sampled sets are different form each other, e.g.,
Problem
DRILL crashes sometimes during its training phase because of an assertion that is not fulfilled.
How to recreate
Please message Quan if you need the embedding file or any other additional information.
The text was updated successfully, but these errors were encountered: