Clippy fixes

This commit is contained in:
gaxler
2021-01-30 19:55:04 -08:00
parent 2f03c1d6d7
commit ca0816db97
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/// Transform a data matrix by replaceing all categorical variables with their one-hot vector equivalents
pub mod categorical_encoders;
pub mod categorical_encoder;
mod data_traits;
/// Encode a series (column, array) of categorical variables as one-hot vectors
pub mod series_encoder;