Skip to content

Commit

Permalink
pycaret-nightly==0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
PyCaret committed Jul 28, 2020
1 parent 15f5cd2 commit fbcb768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pycaret/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pycaret/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author: Moez Ali <[email protected]>
# License: MIT

version_ = "pycaret-nightly-0.36"
version_ = "pycaret-nightly-0.37"

def version():
print(version_)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def readme():

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",
Expand Down

0 comments on commit fbcb768

Please sign in to comment.