From fbcb76898b38519a538ada132a7bdd21636c155a Mon Sep 17 00:00:00 2001 From: PyCaret Date: Mon, 27 Jul 2020 23:47:36 -0400 Subject: [PATCH] pycaret-nightly==0.37 --- pycaret/clustering.py | 2 +- pycaret/utils.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pycaret/clustering.py b/pycaret/clustering.py index 3d950aa..bb45f6d 100644 --- a/pycaret/clustering.py +++ b/pycaret/clustering.py @@ -3340,7 +3340,7 @@ def plot_model(model, sorting ends """ - logger.info("Rendering Visual) + logger.info("Rendering Visual") if label: fig = px.scatter(pca_, x="PCA1", y="PCA2", text='Label', color='Cluster', opacity=0.5) diff --git a/pycaret/utils.py b/pycaret/utils.py index 0ee67b1..9104fe4 100644 --- a/pycaret/utils.py +++ b/pycaret/utils.py @@ -2,7 +2,7 @@ # Author: Moez Ali # License: MIT -version_ = "pycaret-nightly-0.36" +version_ = "pycaret-nightly-0.37" def version(): print(version_) diff --git a/setup.py b/setup.py index 462428a..9bff7fe 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open('requirements.txt') as f: setup( name="pycaret-nightly", - version="0.36", + version="0.37", description="Nightly build of PyCaret - An open source, low-code machine learning library in Python.", long_description=readme(), long_description_content_type="text/markdown", -- GitLab