Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhrks committed Oct 1, 2016
1 parent 4ad5d1f commit 6a2ff24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_ml/skaccessors/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd

from pandas_ml.core.accessor import _AccessorMethods, _attach_methods
from pandas_ml.compat import _SKLEARN_ge_017
from pandas_ml.compat import _SKLEARN_INSTALLED, _SKLEARN_ge_017

import sklearn.preprocessing as pp
if _SKLEARN_INSTALLED:
Expand Down

0 comments on commit 6a2ff24

Please sign in to comment.