Commit 56108c36 authored by Tags's avatar Tags

Removed spaces

parent 41bb9e48
from news_classify_tag import Classifier
import re import re
from pprint import pprint
import numpy as np import numpy as np
...@@ -93,7 +92,7 @@ def save(): ...@@ -93,7 +92,7 @@ def save():
def graph_results(in_data, title=''): def graph_results(in_data, title=''):
# import numpy as np # import numpy as np
from pylab import figure, show, hist, savefig from pylab import figure, hist, savefig
data = np.asarray(in_data) data = np.asarray(in_data)
figure() figure()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment