We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532873c commit 342bc66Copy full SHA for 342bc66
1 file changed
categorical_encoding/tests/test_encoding.py
@@ -130,6 +130,4 @@ def test_one_hot_encoding():
130
'countrycode = AL': [1, 1],
131
'countrycode = nan': [0, 0]}
132
fm_encoded = pd.DataFrame(data, index=[6, 7])
133
- print(feature_matrix)
134
- print(fm_encoded)
135
assert feature_matrix.eq(fm_encoded).all().all()
0 commit comments