Skip to content

Commit

Permalink
add custom perf metric example (#1580)
Browse files Browse the repository at this point in the history
## Description

Example notebook for custom performance metrics.


- [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).
  • Loading branch information
richard-rogers authored Oct 31, 2024
1 parent 7d18b98 commit db92234
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
117 changes: 117 additions & 0 deletions python/examples/advanced/Basics_of_Custom_Performance_Metrics.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions python/test_notebooks/notebook_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Monitoring_Embeddings.ipynb", # skipped because needs user input
"whylogs_UDF_examples.ipynb", # skipped until multiple output column UDFs released
"Transaction_Examples.ipynb", # skipped because API key required for whylabs writing
"Basics_of_Custom_Performance_Metrics.ipynb", # skipped because API key required for whylabs writing
]

# Collect notebooks to test
Expand Down

0 comments on commit db92234

Please sign in to comment.