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 343bc24 commit 0cd24e9Copy full SHA for 0cd24e9
category_encoders/tests/test_polynomial.py
@@ -2,7 +2,7 @@
2
from unittest2 import TestCase # or `from unittest import ...` if on Python 3.4+
3
import numpy as np
4
import category_encoders as encoders
5
-from category_encoders.tests.test_helpers import deep_round
+from category_encoders.tests.helpers import deep_round
6
7
a_encoding = [1, -0.7071067811865476, 0.40824829046386313]
8
b_encoding = [1, -5.551115123125783e-17, -0.8164965809277261]
0 commit comments