Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Bordt <[email protected]>
  • Loading branch information
sbordt authored May 28, 2024
1 parent 2e4ee0d commit 34ed652
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 @@ -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
Expand Down

0 comments on commit 34ed652

Please sign in to comment.