Skip to content

Commit ba7dfd3

Browse files
committed
Improved README for custom forests project
1 parent d432456 commit ba7dfd3

File tree

1 file changed

+2
-2
lines changed
  • examples/custom-forests-and-replicas-project/src/main/ml-config/forests/custom-forest-example-content

1 file changed

+2
-2
lines changed

examples/custom-forests-and-replicas-project/src/main/ml-config/forests/custom-forest-example-content/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Starting in version 2.3.0 of ml-gradle, both mlDeploy and mlDeployCustomForests will process
2-
each directory under ./ml-config/forests. The directory can be named anything - but a good practice is
3-
to name it after the database for the forests, just to keep things simple.
2+
each directory under ./ml-config/forests. Each directory is assumed to be a database name, and thus the forest files
3+
within each directory are created for the database with the same name as the directory.
44

55
Currently, only JSON files in the directories are supported. A JSON file may contain a single JSON object,
66
defining a single forest, or it can contain an array of many JSON objects, each defining a single forest. This

0 commit comments

Comments
 (0)