Skip to content

Commit

Permalink
Removing the dataset_info check (#231)
Browse files Browse the repository at this point in the history
* Removing the dataset_info check
  • Loading branch information
ItayGabbay committed Dec 8, 2021
1 parent 901d99f commit d726023
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4,143 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Expand Up @@ -74,8 +74,7 @@ jobs:
with:
requirements: 'requirements-all.txt'
fail: 'Copyleft,Other,Error'
exclude: '(visions.*0\.7\.1|pyzmq.*22\.3\.0|debugpy.*1\.5\.1|certifi.*2021\.10\.8|tqdm.*4\.62\.3)'
# visions is BSD-4 https://github.com/dylan-profiler/visions/blob/develop/LICENSE
exclude: '(pyzmq.*22\.3\.0|debugpy.*1\.5\.1|certifi.*2021\.10\.8|tqdm.*4\.62\.3)'
# pyzmq is Revised BSD https://github.com/zeromq/pyzmq/blob/main/examples/LICENSE
# debugpy is MIT https://github.com/microsoft/debugpy/blob/main/LICENSE
# certifi is MPL-2.0 https://github.com/certifi/python-certifi/blob/master/LICENSE
Expand Down
1 change: 0 additions & 1 deletion deepchecks/checks/overview/__init__.py
Expand Up @@ -9,6 +9,5 @@
# ----------------------------------------------------------------------------
#
"""Module contains check of overall overview of datasets and model."""
from .dataset_info import *
from .model_info import *
from .columns_info import *
53 changes: 0 additions & 53 deletions deepchecks/checks/overview/dataset_info.py

This file was deleted.

4,025 changes: 0 additions & 4,025 deletions notebooks/checks/overview/dataset_info.ipynb

This file was deleted.

5 changes: 2 additions & 3 deletions requirements.txt
@@ -1,7 +1,5 @@
pandas>=1.1.5
numpy>=1.19
# Contains a bug in 3.1.1
pandas_profiling~=3.0.0
scikit-learn>=0.24.2
ipython>=7.15.0
ipykernel>=5.3.0
Expand All @@ -11,4 +9,5 @@ ipywidgets>=7.6.5
tqdm>=4.62.3
category-encoders>=2.3.0
scipy>=1.5.0
typing_extensions>=4.0.1
typing_extensions>=4.0.1
dataclasses>=0.6; python_version < '3.7'
59 changes: 0 additions & 59 deletions tests/checks/overview/dataset_info_test.py

This file was deleted.

0 comments on commit d726023

Please sign in to comment.