Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed May 2, 2022
1 parent cb97264 commit 9e33a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/ad/ml/CheckpointDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class CheckpointDao {
private RandomCutForestMapper mapper;

// For further reference v1, v2 and v3 refer to the different variations of RCF models
// used by AD. v1 was originally used with the lunch of OS 1.0. We later converted to v2
// used by AD. v1 was originally used with the launch of OS 1.0. We later converted to v2
// which included changes requiring a specific converter from v1 to v2 for BWC.
// v2 models are created by RCF-3.0-rc1 which can be found on maven central.
// v3 is the latest model version form RCF introduced by RCF-3.0-rc2.
Expand Down

0 comments on commit 9e33a6f

Please sign in to comment.