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 9fef9aa commit c01abd3Copy full SHA for c01abd3
tests/test_pipeline.py
@@ -1,6 +1,5 @@
1
import pytest
2
from sklearn_pandas.pipeline import TransformerPipeline, _call_fit
3
-from functools import partial
4
5
# In py3, mock is included with the unittest standard library
6
# In py2, it's a separate package
0 commit comments