Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import matplotlib.pyplot as plt
  2. import pandas as pd
  3. from pandas.plotting import table
  4.  
  5. filenames=test_generator.filenames
  6. results=pd.DataFrame({"Filename":filenames,
  7. "Predictions":predictions})
  8. display(results)
  9. results.to_csv('example.csv')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement