Skip to content

Commit

Permalink
graph for the reports
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomi_h committed Mar 5, 2018
1 parent e30c265 commit 720355f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions report-graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Documents'.format(example_topic_column_name))
plot_imshow(threat_datasets['KDE']['df'], 'KDE')
plt.title('Threat for each cell in Chicago by KDE model')

plot_imshow(threat_datasets['KDE+LDA']['df'], 'logreg')
plt.title('Threat for each cell in Chicago by KDE+LDA model')

plot_imshow(threat_datasets['KDE+SENTIMENT']['df'], 'logreg')
plt.title('Threat for each cell in Chicago by KDE+SENTIMENT model')

Expand Down

0 comments on commit 720355f

Please sign in to comment.