diff --git a/README.md b/README.md index d53869c..53ec55b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Screenshot 2023-10-09 at 4 20 38 PM -This package provides a Betacal class which allows the user to fit the default beta calibration model and predict calibrated scores +This package provides a Betacal class which allows the user to fit/train the default beta calibration model on pyspark dataframes and predict calibrated scores ## Setup diff --git a/dist/spark_calibration-1.0.8-py3-none-any.whl b/dist/spark_calibration-1.0.8-py3-none-any.whl new file mode 100644 index 0000000..6363b81 Binary files /dev/null and b/dist/spark_calibration-1.0.8-py3-none-any.whl differ diff --git a/dist/spark_calibration-1.0.8.tar.gz b/dist/spark_calibration-1.0.8.tar.gz new file mode 100644 index 0000000..d4f836d Binary files /dev/null and b/dist/spark_calibration-1.0.8.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 57cb3e9..bb41017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "spark_calibration" -version = "1.0.7" +version = "1.0.8" authors = [ { name="Jaya", email="jaya.kommuru@meesho.com"} ]