Sure, will you take some python code as an example? I had to replace spaces with periods, the verbatim formatting doesn’t seem to take into account python indented by 4 spaces.
Without taking into negative training data into account:
See the difference? In the second case, ‘potential properties’ is smaller. Note that this is not an optimal solution, since it looks up all possible properties in order to find the common properties of a training set, I wrote it because it’s a little more succinct than intersections.
Sure, will you take some python code as an example? I had to replace spaces with periods, the verbatim formatting doesn’t seem to take into account python indented by 4 spaces.
Without taking into negative training data into account:
Taking negative training data into account, here we have a ‘positive set’, and a ‘negative set’:
See the difference? In the second case, ‘potential properties’ is smaller. Note that this is not an optimal solution, since it looks up all possible properties in order to find the common properties of a training set, I wrote it because it’s a little more succinct than intersections.