提交 fbcb7689 编写于 作者: P PyCaret

pycaret-nightly==0.37

上级 15f5cd29
...@@ -3340,7 +3340,7 @@ def plot_model(model, ...@@ -3340,7 +3340,7 @@ def plot_model(model,
sorting ends sorting ends
""" """
logger.info("Rendering Visual) logger.info("Rendering Visual")
if label: if label:
fig = px.scatter(pca_, x="PCA1", y="PCA2", text='Label', color='Cluster', opacity=0.5) fig = px.scatter(pca_, x="PCA1", y="PCA2", text='Label', color='Cluster', opacity=0.5)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Author: Moez Ali <moez.ali@queensu.ca> # Author: Moez Ali <moez.ali@queensu.ca>
# License: MIT # License: MIT
version_ = "pycaret-nightly-0.36" version_ = "pycaret-nightly-0.37"
def version(): def version():
print(version_) print(version_)
......
...@@ -13,7 +13,7 @@ with open('requirements.txt') as f: ...@@ -13,7 +13,7 @@ with open('requirements.txt') as f:
setup( setup(
name="pycaret-nightly", name="pycaret-nightly",
version="0.36", version="0.37",
description="Nightly build of PyCaret - An open source, low-code machine learning library in Python.", description="Nightly build of PyCaret - An open source, low-code machine learning library in Python.",
long_description=readme(), long_description=readme(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册