We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0832e6e commit d29d7efCopy full SHA for d29d7ef
tests/python/test_ranking.py
@@ -4,12 +4,12 @@
4
5
import numpy as np
6
import pytest
7
-from scipy.sparse import csr_matrix
8
from hypothesis import given, note, settings
+from scipy.sparse import csr_matrix
9
+from xgboost.testing.params import lambdarank_parameter_strategy
10
11
import xgboost
12
from xgboost import testing as tm
-from xgboost.testing.params import lambdarank_parameter_strategy
13
14
15
def test_ranking_with_unweighted_data():
0 commit comments