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: README.md
+15-17
Original file line number
Diff line number
Diff line change
@@ -52,62 +52,60 @@ where slower, more effective learning is critical.
52
52
53
53
SRLBoost project structure still closely mirrors other implementations.
54
54
55
-
Currently this can be built as a [Maven](https://maven.apache.org/)package targeting Java 8.
55
+
We're using [Gradle](https://gradle.org/)to help with building and testing, targeting Java 8.
56
56
57
57
### Windows Quickstart
58
58
59
-
1. Open Windows Terminal in Administrator mode, and use [Chocolatey](https://chocolatey.org/)to install Maven and a Java Development Kit.
59
+
1. Open Windows Terminal in Administrator mode, and use [Chocolatey](https://chocolatey.org/)(or your preferred package manager) to install a Java Development Kit.
java -jar .\build\libs\srlboost-X.Y.Z.jar -i -model .\data\Toy-Cancer\train\models\ -test .\data\Toy-Cancer\test\ -target cancer
84
83
```
85
84
86
85
### MacOS / Linux
87
86
88
-
1. Open your terminal (MacOS: <kbd>⌘</kbd> + <kbd>spacebar</kbd> + "Terminal"), and use [Homebrew](https://brew.sh) to install Maven and a Java Development Kit. (On Linux: `apt`, `dnf`, or `yum` depending on your Linux flavor).
87
+
1. Open your terminal (MacOS: <kbd>⌘</kbd> + <kbd>spacebar</kbd> + "Terminal"), and use [Homebrew](https://brew.sh) to install a Java Development Kit. (On Linux: `apt`, `dnf`, or `yum` depending on your Linux flavor).
0 commit comments