Skip to content

Commit 0a43f87

Browse files
Merge pull request #394 from laurasootes/laurasootes-import-pandas
import pandas episode 4, step 8
2 parents 57d118e + 916776f commit 0a43f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: episodes/4-advanced-layer-types.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ We can plot the training process using the history:
371371
```python
372372
import seaborn as sns
373373
import matplotlib.pyplot as plt
374+
import pandas as pd
374375

375376
def plot_history(history, metrics):
376377
"""

0 commit comments

Comments
 (0)