Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
exa_news_classificator
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vasyl Bodnaruk
exa_news_classificator
Commits
56108c36
Commit
56108c36
authored
Aug 18, 2017
by
Tags
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed spaces
parent
41bb9e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
model_data_analysis.py
model_data_analysis.py
+2
-3
No files found.
model_data_analysis.py
View file @
56108c36
from
news_classify_tag
import
Classifier
import
re
from
pprint
import
pprint
import
numpy
as
np
...
...
@@ -93,7 +92,7 @@ def save():
def
graph_results
(
in_data
,
title
=
''
):
# import numpy as np
from
pylab
import
figure
,
show
,
hist
,
savefig
from
pylab
import
figure
,
hist
,
savefig
data
=
np
.
asarray
(
in_data
)
figure
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment