Skip to content
Snippets Groups Projects
Commit 6d0ec655 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent e802c87b
Branches
Tags
No related merge requests found
......@@ -701,7 +701,7 @@ class Class1NeuralNetwork(object):
if self.hyperparameters['random_negative_binder_threshold']:
df = df.loc[
(df.inequality != ">") &
(df.affinity < self.hyperparameters[
(df.affinity <= self.hyperparameters[
'random_negative_binder_threshold'
])
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment