Skip to content

v0.2.47..v0.2.48 changeset build model.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/commands/build-model.asciidoc b/docs/commands/build-model.asciidoc
index 60befee..94b54f7 100644
--- a/docs/commands/build-model.asciidoc
+++ b/docs/commands/build-model.asciidoc
@@ -3,10 +3,10 @@
 
 === Description
 
-The +build-model+ command reads input(s), generates a model, and writes the result to an Attribute-Relation file (.arff) 
-and/or a Random Forest model file (.rf).  
+The +build-model+ command reads input(s), generates a model, and writes the result to an Attribute-Relation file (.arff)
+and/or a Random Forest model file (.rf).
 
-Generating a `.arff` file is most useful when trying to reduce the size of a stored model file. The `.arff` file is considerably 
+Generating a `.arff` file is most useful when trying to reduce the size of a stored model file. The `.arff` file is considerably
 smaller than the .rf output.
 
 === Generate Model From Training Data
@@ -39,4 +39,4 @@ build-model (input.arff) (output.rf)
 
 See also:
 
-* <<hootDevGuide, RegenerateRandomForestModels>> 
+* <<hootDevGuide, RegenerateRandomForestModels>>
Clone this wiki locally