Skip to content

Commit

Permalink
Updating long description (#471)
Browse files Browse the repository at this point in the history
* Updating long description

* Update setup.py
  • Loading branch information
ItayGabbay committed Jan 4, 2022
1 parent 375ae16 commit 6080e21
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
52 changes: 34 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,18 @@
# along with Deepchecks. If not, see <http://www.gnu.org/licenses/>.
# ----------------------------------------------------------------------------
#
""" Deepchecks - Test Suites for Validating ML Models and Data.
"""
|build| |Documentation Status| |pkgVersion| |pyVersions|
|Maintainability| |Coverage Status|
.. image:: https://raw.githubusercontent.com/deepchecks/deepchecks/main/docs/images/deepchecks-logo-with-white-wide-back.png
:target: https://github.com/deepchecks/deepchecks
Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort.
This includes checks related to various types of issues, such as model performance, data integrity,
distribution mismatches, and more.
Installation
------------
Using pip
~~~~~~~~~
.. code:: bash
pip install deepchecks #--upgrade --user
Using conda
~~~~~~~~~~~
.. code:: bash
conda install -c deepchecks deepchecks
What Do You Need in Order to Start Validating?
----------------------------------------------
Expand All @@ -54,6 +43,33 @@
typical usage scenarios and the built-in suites in the
`docs <https://docs.deepchecks.com/?utm_source=pypi.org&utm_medium=referral&utm_campaign=readme>`__.
Installation
------------
Using pip
~~~~~~~~~
.. code:: bash
pip install deepchecks #--upgrade --user
Using conda
~~~~~~~~~~~
.. code:: bash
conda install -c deepchecks deepchecks
.. |build| image:: https://github.com/deepchecks/deepchecks/actions/workflows/build.yml/badge.svg
.. |Documentation Status| image:: https://readthedocs.org/projects/deepchecks/badge/?version=latest
:target: https://docs.deepchecks.com/en/latest/?badge=latest
.. |pkgVersion| image:: https://img.shields.io/pypi/v/deepchecks
.. |pyVersions| image:: https://img.shields.io/pypi/pyversions/deepchecks
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/970b11794144139975fa/maintainability
:target: https://codeclimate.com/github/deepchecks/deepchecks/maintainability
.. |Coverage Status| image:: https://coveralls.io/repos/github/deepchecks/deepchecks/badge.svg?branch=main
:target: https://coveralls.io/github/deepchecks/deepchecks?branch=main
"""

import setuptools
Expand Down

0 comments on commit 6080e21

Please sign in to comment.