Skip to content

Commit

Permalink
text classification test
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jan 17, 2019
1 parent e982a9f commit fe014ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/test_text_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ def test_cli(self):
"--path_out", "/tmp/vecto/benchmarks/")

from matplotlib import pyplot as plt
visualize.plot_accuracy("/tmp/vecto/benchmarks/text_classification", key_secondary="experiment_setup.dataset")
visualize.plot_accuracy("/tmp/vecto/benchmarks/text classification", key_secondary="experiment_setup.dataset")
plt.savefig("/tmp/vecto/benchmarks/text_classification.pdf", bbox_inches="tight")

0 comments on commit fe014ea

Please sign in to comment.