CitrineInformatics / lolo

A random forest
Apache License 2.0
41 stars 12 forks source link

Make `CategoricalEncoder` serializable #238

Closed rpiotrow closed 3 years ago

rpiotrow commented 3 years ago

Use .map instead of .mapValues to make decoding field in CategoricalEncoder serializable.

Fixes #237