Skip to content

Commit

Permalink
Change base tree implementation to use Indexes (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
glazari authored Aug 30, 2023
1 parent 1ac556a commit b7b2b72
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 283 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mod utils;
pub use dataset::Dataset;
pub use trees::DecisionTree;
pub use trees::RandomForest;
pub use trees::TrainOptions;
pub use trees::Tree;
pub use utils::*;

use pyo3::prelude::*;
Expand Down
Loading

0 comments on commit b7b2b72

Please sign in to comment.