Documentation updates

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