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 22, 2024
1 parent b40eb7e commit 6888766
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 @@ -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 #

Expand Down Expand Up @@ -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 #
Expand Down

0 comments on commit 6888766

Please sign in to comment.