Skip to content

Commit

Permalink
add stubs to tree test
Browse files Browse the repository at this point in the history
  • Loading branch information
BMJHayward committed Mar 11, 2023
1 parent b6edc68 commit d2a3ec5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ml/tree_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ fn test_unique() {}
fn test_best_criteria() {}

fn test_info_gain() {}

fn test_init_tree() {}

fn test_train() {}

fn test_update() {}

fn test_predict() {}

0 comments on commit d2a3ec5

Please sign in to comment.