Skip to content

Commit

Permalink
Updated documentation. HT: Emmanuel Ferdman. Fixes #200
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Oct 22, 2024
1 parent 563ded3 commit 152b65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ import joblib
joblib.dump(pipeline, "pipeline.pkl.z", compress = 9)
```

Please see the test script file [main.py](https://github.com/jpmml/jpmml-sklearn/blob/master/src/test/resources/main.py) for more classification (binary and multi-class) and regression workflows.
Please see the test script file [main.py](https://github.com/jpmml/jpmml-sklearn/blob/master/pmml-sklearn/src/test/resources/main.py) for more classification (binary and multi-class) and regression workflows.

### The JPMML-SkLearn side of operations

Expand Down

0 comments on commit 152b65f

Please sign in to comment.