提交 362c229d 编写于 作者: P PyCaret

updated pycaret-nightly==0.13

上级 ea358d65
此差异已折叠。
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# License: MIT # License: MIT
def version(): def version():
print("pycaret-nightly-0.12") print("pycaret-nightly-0.13")
def check_metric(actual, prediction, metric, round=4): def check_metric(actual, prediction, metric, round=4):
......
...@@ -27,4 +27,5 @@ kmodes>=0.10.1 ...@@ -27,4 +27,5 @@ kmodes>=0.10.1
datefinder>=0.7.0 datefinder>=0.7.0
DateTime>=4.3 DateTime>=4.3
awscli awscli
mlflow mlflow
\ No newline at end of file imbalanced-learn
\ No newline at end of file
...@@ -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.12", version="0.13",
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.
先完成此消息的编辑!
想要评论请 注册