未验证 提交 3a56f53d 编写于 作者: P pycaret 提交者: GitHub

Add files via upload

上级 d7474436
......@@ -2,10 +2,10 @@
PyCaret is end-to-end open source machine learning library for python programming language. Its primary objective is to reduce the cycle time of hypothesis to insights by providing an easy to use high level unified API. PyCaret's vision is to become defacto standard for teaching machine learning and data science. Our strength is in our easy to use unified interface for both supervised and unsupervised learning. It saves time and effort that citizen data scientists, students and researchers spent on coding or learning to code using different interfaces, so that now they can focus on business problem.
## Current Release
The current release is beta 0.0.17 (as of 15/01/2020). A full release is targetted in the first week of February 2020.
The current release is beta 0.0.18 (as of 15/01/2020). A full release is targetted in the first week of February 2020.
## Features Currently Available
As per beta 0.0.17 following modules are generally available:
As per beta 0.0.18 following modules are generally available:
* pycaret.datasets <br/>
* pycaret.classification (binary and multiclass) <br/>
* pycaret.regression <br/>
......@@ -30,7 +30,7 @@ pip install pycaret
```
## Quick Start
As of beta 0.0.17 classification, regression, nlp, arules, anomaly and clustering modules are available.
As of beta 0.0.18 classification, regression, nlp, arules, anomaly and clustering modules are available.
### Classification / Regression
......
......@@ -8,7 +8,7 @@ def readme():
setup(
name="pycaret",
version="0.0.17",
version="0.0.18",
description="A Python package for supervised and unsupervised machine learning.",
long_description=readme(),
long_description_content_type="text/markdown",
......@@ -24,7 +24,7 @@ setup(
packages=["pycaret"],
include_package_data=True,
install_requires=["pandas", "numpy", "seaborn", "matplotlib", "IPython", "joblib",
"scikit-learn", "shap", "ipywidgets", "yellowbrick", "xgboost==0.90",
"scikit-learn", "shap", "ipywidgets", "yellowbrick==1.0.1", "xgboost==0.90",
"wordcloud", "textblob", "plotly==4.4.1", "cufflinks==0.17.0", "umap-learn",
"lightgbm==2.3.1", "pyLDAvis", "gensim", "spacy", "nltk", "mlxtend",
"pyod", "catboost==0.20.2", "pandas-profiling==2.3.0", "kmodes==0.10.1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册