Skip to content

Commit

Permalink
Merge branch 'WHY-2304_notebook_tests' of github.com:whylabs/whylogs-…
Browse files Browse the repository at this point in the history
…python into WHY-2304_notebook_tests
  • Loading branch information
lalmei committed Mar 23, 2021
2 parents 033f484 + f49c942 commit 5cb9859
Show file tree
Hide file tree
Showing 44 changed files with 334 additions and 721 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.3.0
current_version = 0.3.3-dev5
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [ 3.7, 3.8, 3.9]
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ These metrics include:
* **Unique value counter** or **cardinality**: tracks an approximate unique value of your feature using HyperLogLog algorithm.
* **Histograms** for numerical features. whylogs binary output can be queried to with dynamic binning based on the
shape of your data.
* **Top frequent items** (default is 30). Note that this configuration affects the memory footprint, especially for text features.
* **Top frequent items** (default is 128). Note that this configuration affects the memory footprint, especially for text features.

# Examples
For a full set of our examples, please check out [whylogs-examples](https://github.com/whylabs/whylogs-examples).
Expand All @@ -58,11 +58,11 @@ Note that to use the run with matplotlib vizualiation, you'll have to install wh
pip install "whylogs[viz]"
```

Some of the notable notebooks:
Check out our example notebooks with Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/whylabs/whylogs-examples/HEAD)
- [Getting Started notebook](https://github.com/whylabs/whylogs-examples/blob/mainline/python/GettingStarted.ipynb)
- [Logging Example notebook](https://github.com/whylabs/whylogs-examples/blob/mainline/python/logging_example.ipynb)
- [Logging a Dataframe](https://whylogs.readthedocs.io/en/latest/auto_examples/log_dataframe.html)
- [Logger Options](https://whylogs.readthedocs.io/en/latest/auto_examples/configure_logger.html#sphx-glr-auto-examples-configure-logger-py)
- [Logging Images](https://github.com/whylabs/whylogs-examples/blob/mainline/python/Logging_Images.ipynb)
- [MLflow Integration](https://github.com/whylabs/whylogs-examples/blob/mainline/python/MLFlow%20Integration%20Example.ipynb)

# Installation

Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto_examples/
api/
7 changes: 0 additions & 7 deletions docs/api/modules.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/api/whylogs.app.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/api/whylogs.cli.rst

This file was deleted.

46 changes: 0 additions & 46 deletions docs/api/whylogs.core.rst

This file was deleted.

45 changes: 0 additions & 45 deletions docs/api/whylogs.core.statistics.datatypes.rst

This file was deleted.

61 changes: 0 additions & 61 deletions docs/api/whylogs.core.statistics.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/api/whylogs.core.types.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/api/whylogs.logs.rst

This file was deleted.

37 changes: 0 additions & 37 deletions docs/api/whylogs.mlflow.rst

This file was deleted.

Loading

0 comments on commit 5cb9859

Please sign in to comment.