From 152b65fc04dd2ccaf4a42088c7ba2ac20e50ae7d Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Tue, 22 Oct 2024 10:11:45 +0300 Subject: [PATCH] Updated documentation. HT: Emmanuel Ferdman. Fixes #200 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a020d0ae..55b0390d 100644 --- a/README.md +++ b/README.md @@ -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