Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maurever committed Nov 21, 2024
1 parent 36696ad commit bec22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-algos/src/main/java/hex/api/RegisterAlgos.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void registerEndPoints(RestApiContext context) {
new hex.tree.dt .DT (true),
new hex.hglm .HGLM (true),
new hex.adaboost. AdaBoost (true)
new hex.knn .KNN (true)
//new hex.knn .KNN (true) will be implement in different PR
};

// "Word2Vec", "Example", "Grep"
Expand Down

0 comments on commit bec22a2

Please sign in to comment.