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 d7acbb4 commit b5f32f6Copy full SHA for b5f32f6
category_encoders/tests/test_binary.py
@@ -1,8 +1,6 @@
1
import pandas as pd
2
from unittest2 import TestCase # or `from unittest import ...` if on Python 3.4+
3
import numpy as np
4
-import random
5
-from sklearn.compose import ColumnTransformer
6
7
import category_encoders as encoders
8
@@ -30,4 +28,3 @@ def test_binary_dist(self):
30
28
31
29
# make sure they are the same
32
self.assertTrue(split.equals(c))
33
-
0 commit comments