Skip to content

Commit b1ee608

Browse files
committed
removed unused imports
1 parent 7879292 commit b1ee608

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sklearn_pandas/transformers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import numpy as np
22
import pandas as pd
33

4-
from sklearn.base import BaseEstimator, TransformerMixin
5-
from sklearn.utils.validation import check_is_fitted
6-
7-
84
def _get_mask(X, value):
95
"""
106
Compute the boolean mask X == missing_values.

0 commit comments

Comments
 (0)