Skip to content

Commit

Permalink
Fixing examples README.rst, removing OutlierSampleDetection from suite (
Browse files Browse the repository at this point in the history
#1405)

* Update README.rst

* Update default_suites.py

* Update default_suites.py
  • Loading branch information
ItayGabbay committed May 9, 2022
1 parent 11b9e52 commit 01ec9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions deepchecks/tabular/suites/default_suites.py
Expand Up @@ -27,7 +27,6 @@
MixedDataTypes, MixedNulls,
ModelErrorAnalysis, ModelInferenceTime,
ModelInfo, NewLabelTrainTest,
OutlierSampleDetection,
PerformanceReport,
RegressionErrorDistribution,
RegressionSystematicError, RocReport,
Expand Down Expand Up @@ -56,8 +55,7 @@ def single_dataset_integrity() -> Suite:
DataDuplicates().add_condition_ratio_not_greater_than(),
StringLengthOutOfBounds().add_condition_ratio_of_outliers_not_greater_than(),
SpecialCharacters().add_condition_ratio_of_special_characters_not_grater_than(),
ConflictingLabels().add_condition_ratio_of_conflicting_labels_not_greater_than(),
OutlierSampleDetection()
ConflictingLabels().add_condition_ratio_of_conflicting_labels_not_greater_than()
)


Expand Down
4 changes: 2 additions & 2 deletions examples/README.rst
Expand Up @@ -6,7 +6,7 @@ Open from Docs - *Recommended*
==============================

All examples can be viewed in the
`Examples <https://docs.deepchecks.com/en/stable/examples/index.html?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=examples_folder>`__
`Examples <https://docs.deepchecks.com/stable/checks_gallery/tabular/index.html?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=examples_folder>`__
section in the documentation.

Note that they can be also be launched directly from the documentation,
Expand All @@ -16,7 +16,7 @@ by clicking on the badges that each notebook has on the top right side:
.. raw:: html

<p align="center">
<a href="https://docs.deepchecks.com/en/stable/examples/index.html?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=examples_folder_image">
<a href="https://docs.deepchecks.com/stable/checks_gallery/tabular/index.html?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=examples_folder_image">
<img src="/docs/images/notebook-example-launch-badges.png">
</a>
</p>
Expand Down

0 comments on commit 01ec9ff

Please sign in to comment.