Package category_encoders
Class CategoryEncoderUtil
java.lang.Object
category_encoders.CategoryEncoderUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Map<K, V> toTransformedMap(Map<?, ?> map, com.google.common.base.Function<Object, K> keyFunction, com.google.common.base.Function<Object, V> valueFunction)
-
Method Details
-
toTransformedMap
-