You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>>