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 771a153 commit f3a9a5fCopy full SHA for f3a9a5f
tests/test_dataframe_mapper.py
@@ -1,7 +1,6 @@
1
# -*- coding: utf8 -*-
2
3
import pytest
4
-from pkg_resources import parse_version
5
6
# In py3, mock is included with the unittest standard library
7
# In py2, it's a separate package
@@ -13,8 +12,6 @@
13
12
from pandas import DataFrame
14
import pandas as pd
15
from scipy import sparse
16
-from sklearn import __version__ as sklearn_version
17
-from sklearn.model_selection import cross_val_score as sklearn_cv_score
18
from sklearn.datasets import load_iris
19
from sklearn.pipeline import Pipeline
20
from sklearn.svm import SVC
0 commit comments