Skip to content

Commit f666f31

Browse files
authored
Experiments: Removed wandb.init.Run.history from dev guide (#1266)
SDK Team removed this method. This PR removes mention of it. Note: This is not to be confused with the run.history method from the Public API. These are different Classes. Jira ticket: https://wandb.atlassian.net/browse/DOCS-1393
1 parent 28deeba commit f666f31

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

content/guides/models/track/public-api-guide.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,6 @@ these are the different outputs for the above run object attributes
225225
{"n_epochs": 5}
226226
```
227227

228-
#### `run.history()`
229-
230-
```shell
231-
_step val loss _runtime _timestamp
232-
0 0 500 0.244 4 1644345412
233-
1 1 45 0.521 4 1644345412
234-
2 2 240 0.785 4 1644345412
235-
3 3 31 0.305 4 1644345412
236-
4 4 525 0.041 4 1644345412
237-
```
238-
239228
#### `run.summary`
240229

241230
```python

0 commit comments

Comments
 (0)