Fix typo in file name.

Fix typo in file name in cli-quickstart.
This commit is contained in:
BHAVISHYA
2018-12-22 10:10:01 +05:30
committed by GitHub
parent 2fa579f49d
commit 20e5c3d98d
+1 -1
View File
@@ -95,7 +95,7 @@ other tools; for instance, we can easily calculate the number of points that
were predicted incorrectly:
@code{.sh}
$ diff -U 0 predictions.csv covertype-test.labels.csv | grep '^@@' | wc -l
$ diff -U 0 predictions.csv covertype.test.labels.csv | grep '^@@' | wc -l
@endcode
It's easy to modify the code above to do more complex things, or to use