Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Mar 2, 2023
1 parent c5359af commit bda0f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_with_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def test_ranking_metric() -> None:
def test_ranking_qid_df():
import pandas as pd
import scipy.sparse
from sklearn.model_selection import StratifiedGroupKFold, cross_val_score
from sklearn.metrics import mean_squared_error
from sklearn.model_selection import StratifiedGroupKFold, cross_val_score

X, y, q, w = tm.make_ltr(n_samples=128, n_features=2, n_query_groups=8, max_rel=3)

Expand Down

0 comments on commit bda0f4e

Please sign in to comment.