Rename series encoder and move to separate module file

This commit is contained in:
gaxler
2021-01-27 19:31:14 -08:00
parent 6109fc5211
commit 408b97d8aa
2 changed files with 32 additions and 21 deletions
+2 -1
View File
@@ -1 +1,2 @@
pub mod target_encoders;
pub mod categorical_encoders;
pub mod series_encoder;