fmt
This commit is contained in:
@@ -103,7 +103,6 @@ pub struct OneHotEncoder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl OneHotEncoder {
|
impl OneHotEncoder {
|
||||||
|
|
||||||
/// Create an encoder instance with categories infered from data matrix
|
/// Create an encoder instance with categories infered from data matrix
|
||||||
pub fn fit<T: Categorizable, M: Matrix<T>>(
|
pub fn fit<T: Categorizable, M: Matrix<T>>(
|
||||||
data: &M,
|
data: &M,
|
||||||
|
|||||||
Reference in New Issue
Block a user