From 718438a5e8fdecdb35a50ca13aaa52d6484f5f01 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Tue, 5 Nov 2024 01:25:22 -0800 Subject: [PATCH] Update description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8de816a..0a06d62 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def write_version_py(): __version__ = write_version_py() DISTNAME = "quantile-forest" -DESCRIPTION = "scikit-learn compatible quantile forests." +DESCRIPTION = "Quantile regression forests compatible with scikit-learn." with codecs.open("README.md", encoding="utf-8-sig") as f: LONG_DESCRIPTION = f.read() MAINTAINER = "Zillow Group AI Team"