Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 13, 2023
1 parent 337c3e8 commit 1656f58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Enter the project root directory and build using [Apache Maven](https://maven.ap
mvn clean install
```

The build produces a library JAR file `pmml-lightgbm/target/pmml-lightgbm-1.4-SNAPSHOT.jar`, and an executable uber-JAR file `pmml-lightgbm-example/target/pmml-lightgbm-example-executable-1.4-SNAPSHOT.jar`.
The build produces a library JAR file `pmml-lightgbm/target/pmml-lightgbm-1.5-SNAPSHOT.jar`, and an executable uber-JAR file `pmml-lightgbm-example/target/pmml-lightgbm-example-executable-1.5-SNAPSHOT.jar`.

# Usage #

Expand Down Expand Up @@ -79,12 +79,12 @@ audit_booster.save_model("LightGBMAudit.txt")

Converting the text file `LightGBMAudit.txt` to a PMML file `LightGBMAudit.pmml`:
```
java -jar pmml-lightgbm-example/target/pmml-lightgbm-example-executable-1.4-SNAPSHOT.jar --lgbm-input LightGBMAudit.txt --pmml-output LightGBMAudit.pmml
java -jar pmml-lightgbm-example/target/pmml-lightgbm-example-executable-1.5-SNAPSHOT.jar --lgbm-input LightGBMAudit.txt --pmml-output LightGBMAudit.pmml
```

Getting help:
```
java -jar pmml-lightgbm-example/target/pmml-lightgbm-example-executable-1.4-SNAPSHOT.jar --help
java -jar pmml-lightgbm-example/target/pmml-lightgbm-example-executable-1.5-SNAPSHOT.jar --help
```

# Documentation #
Expand Down

0 comments on commit 1656f58

Please sign in to comment.