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