Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Mar 13, 2023
1 parent 570827e commit f6349a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions category_encoders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
from category_encoders.rankhot import RankHotEncoder
from category_encoders.glmm import GLMMEncoder
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
import sklearn
import warnings
from textwrap import dedent


__version__ = '2.6.0'
Expand Down

0 comments on commit f6349a1

Please sign in to comment.