Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
marianaasouza committed Feb 19, 2019
1 parent ae0906d commit 41bf668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deslib/dcs/olp.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ def predict(self, X):
y_neighbors = self.DSEL_target_[roc]
predicted_labels[index], _ = mode(y_neighbors)

# Otherwise, generate the local pool for the query instance and use DS for classification
# Otherwise, generate the local pool for the query instance and use
# DS for classification
else:
predicted_labels[index] = self.classify_with_ds(instance)

Expand Down

0 comments on commit 41bf668

Please sign in to comment.