Skip to content

Commit dc65dba

Browse files
Make hashCategoricalFeature* methods public. Fix #2805
commit_hash:2d5926cfa899d261a7e9888f82bd572845a5b8d9
1 parent 4a16b42 commit dc65dba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apply_model/java/src/main/java/CatBoost4jPredictionTutorial.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ public void playWithModelForAdultDataset() throws CatBoostError {
156156
System.out.print(String.format("Person B make over 50K a year with probability %f\n", personsABMakeOver50KProbabilities[1]));
157157
System.out.print(String.format("Person B %s\n", answer(personsABMakeOver50K[1])));
158158

159-
// TODO(yazevnul): add examples with hashed categorical features when `CatBoostModel.hashCategoricalFeatures`
160-
// will become public.
159+
// TODO: add examples with hashed categorical features
161160
}
162161

163162
public static void main(String[] args) throws CatBoostError, IOException {

0 commit comments

Comments
 (0)