refactor: Try to follow similar pattern to other APIs (#180)

Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
morenol
2022-10-01 16:44:08 -05:00
committed by GitHub
parent 3c62686d6e
commit f8210d0af9
3 changed files with 164 additions and 57 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ use rand::seq::SliceRandom;
pub(crate) mod hyper_tuning;
pub(crate) mod kfold;
pub use hyper_tuning::{grid_search, GridSearchResult};
pub use hyper_tuning::{GridSearchCV, GridSearchCVParameters};
pub use kfold::{KFold, KFoldIter};
/// An interface for the K-Folds cross-validator