We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1fa3a commit aeb8b45Copy full SHA for aeb8b45
src/Main.java
@@ -16,7 +16,7 @@ public static void main (String[] args) throws Exception {
16
ob.setIndex(true);
17
ob.setHeader(true);
18
19
- // traingingData = percentage of training data <1
+ // trainingData = percentage of training data <1
20
ob.dataValidation(0.7f);
21
ob.dataProcessing();
22
ob.dataSubdivision();
0 commit comments