Skip to content

Commit

Permalink
Merge pull request #168 from whylabs/andyndang-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lalmei committed Mar 11, 2021
2 parents 6888034 + a8d62b4 commit 83c7aae
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 83c7aae

Please sign in to comment.