Example #1
0
def test_count_encoder_4():
    _test_immutability(encoder=CountEncoder())
Example #2
0
def test_percentile_encoder_4():
    _test_immutability(encoder=PercentileEncoder())
Example #3
0
def test_infrequent_value_encoder_8():
    _test_immutability(encoder=InfrequentValueEncoder())
Example #4
0
def test_dummy_encoder_9():
    _test_immutability(encoder=DummyEncoder())
Example #5
0
def test_nan_encoder_7():
    _test_immutability(encoder=NanEncoder())