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
Copy file name to clipboardExpand all lines: examples/custom-forests-and-replicas-project/src/main/ml-config/forests/custom-forest-example-content/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
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.
4
4
5
5
Currently, only JSON files in the directories are supported. A JSON file may contain a single JSON object,
6
6
defining a single forest, or it can contain an array of many JSON objects, each defining a single forest. This
0 commit comments