From 68887665401fbb9411394687e04af6ecc7b0aa0a Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Sun, 22 Dec 2024 18:39:08 +0200 Subject: [PATCH] Updated version information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04b4643..18ba0b2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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-statsmodels/target/pmml-statsmodels-1.1-SNAPSHOT.jar`, and an executable uber-JAR file `pmml-statsmodels-example/target/pmml-statsmodels-example-executable-1.1-SNAPSHOT.jar`. +The build produces a library JAR file `pmml-statsmodels/target/pmml-statsmodels-1.2-SNAPSHOT.jar`, and an executable uber-JAR file `pmml-statsmodels-example/target/pmml-statsmodels-example-executable-1.2-SNAPSHOT.jar`. # Usage # @@ -73,13 +73,13 @@ results.save("model.pkl", remove_data = True) Converting the model fitting results Pickle file `model.pkl` to a PMML file `model.pmml`: ``` -java -jar pmml-statsmodels-example/target/pmml-statsmodels-example-executable-1.1-SNAPSHOT.jar --pkl-input model.pkl --pmml-output model.pmml +java -jar pmml-statsmodels-example/target/pmml-statsmodels-example-executable-1.2-SNAPSHOT.jar --pkl-input model.pkl --pmml-output model.pmml ``` Getting help: ``` -java -jar pmml-statsmodels-example/target/pmml-statsmodels-example-executable-1.1-SNAPSHOT.jar --help +java -jar pmml-statsmodels-example/target/pmml-statsmodels-example-executable-1.2-SNAPSHOT.jar --help ``` # Documentation #