Skip to content

Commit

Permalink
Merge pull request #59 from whylabs/dev-cd-diagnoser-#86azbk45e
Browse files Browse the repository at this point in the history
Add diagnoser to whylabs-toolkit
  • Loading branch information
christinedraper authored May 3, 2024
2 parents 90893aa + 19f3cde commit 5e7d121
Show file tree
Hide file tree
Showing 35 changed files with 2,879 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.18
current_version = 0.1.0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ format-fix:
poetry run autoflake --in-place --remove-unused-variables $(PY_SOURCE)

setup:
poetry install
poetry install -E diagnoser

test:
poetry run pytest
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ pip install whylabs_toolkit

The available packages that we have enable different use-cases for the `whylabs_toolkit`. To get started, navigate to one of the following sections and find useful tutorials there.

| Package | Usage |
|---------------------|----------------------|
| [Monitor Manager](https://github.com/whylabs/whylabs-toolkit/blob/mainline/whylabs_toolkit/monitor/manager/README.md) | Author and modify existing WhyLabs monitor with Python |
| [WhyLabs Helpers](https://github.com/whylabs/whylabs-toolkit/blob/mainline/whylabs_toolkit/helpers/README.md) | Interact with and modify your Datasets and ML Models specs in WhyLabs. |
| Package | Usage |
|---------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| [Monitor Manager](https://github.com/whylabs/whylabs-toolkit/blob/mainline/whylabs_toolkit/monitor/manager/README.md) | Author and modify existing WhyLabs monitor with Python. |
| [Monitor Diagnoser](https://github.com/whylabs/whylabs-toolkit/blob/mainline/whylabs_toolkit/monitor/diagnoser/README.md) | Diagnose problems with monitors. |
| [WhyLabs Helpers](https://github.com/whylabs/whylabs-toolkit/blob/mainline/whylabs_toolkit/helpers/README.md) | Interact with and modify your Datasets and ML Models specs in WhyLabs. |

## Development

Expand Down
546 changes: 546 additions & 0 deletions examples/example_notebooks/customized_diagnoser.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5e7d121

Please sign in to comment.