From 34ed6528a4e37d2b95664a7452f341fe83deb7af Mon Sep 17 00:00:00 2001 From: Sebastian Bordt Date: Tue, 28 May 2024 14:56:01 +0200 Subject: [PATCH] Update README.md Signed-off-by: Sebastian Bordt --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e1956d..13adbdf 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,10 @@ travel and safety in this futuristic scenario.* Instead of describing individual graphs, we can also ask the LLM to summarize the entire model. We can also ask for a summary in a given number of sentences. ```python -t2ebm.llm_describe_ebm('gpt-4-turbo-2024-04-09', - ebm, - dataset_description=dataset_description, - y_axis_description=y_axis_descripton) +t2ebm.describe_ebm('gpt-4-turbo-2024-04-09', + ebm, + dataset_description=dataset_description, + y_axis_description=y_axis_descripton) ``` > **GPT-4:** *The Generalized Additive Model (GAM) applied to the Spaceship Titanic dataset