We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6cddc commit 6a1a175Copy full SHA for 6a1a175
1 file changed
tests/classifiers.py
@@ -273,8 +273,6 @@ def getting_single_predictions_multilabel_classification(model_name=None):
273
assert lower_bound < second_score < 0.79
274
275
276
-<<<<<<< HEAD
277
-=======
278
def feature_learning_getting_single_predictions_classification(model_name=None):
279
np.random.seed(0)
280
@@ -457,5 +455,3 @@ def feature_learning_categorical_ensembling_getting_single_predictions_classific
457
455
# Make sure our score is good, but not unreasonably good
458
456
459
assert lower_bound < second_score < -0.147
460
-
461
->>>>>>> 96df083f8056914a4dd549bfd44721e3931493e3
0 commit comments