Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Newseye
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janos Bekesi
Newseye
Commits
295fa6b8
Commit
295fa6b8
authored
4 years ago
by
Janos Bekesi
Browse files
Options
Downloads
Patches
Plain Diff
testing for URI 2
parent
076d308a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
newseye_tm.ipynb
+11
-2
11 additions, 2 deletions
newseye_tm.ipynb
with
11 additions
and
2 deletions
newseye_tm.ipynb
+
11
−
2
View file @
295fa6b8
...
...
@@ -9,10 +9,19 @@
},
{
"cell_type": "code",
"execution_count":
null
,
"execution_count":
1
,
"metadata": {},
"outputs": [],
"source": []
"source": [
"import datetime\n",
"import csv\n",
"from pathlib import Path\n",
"\n",
"import pandas as pd\n",
"import gensim\n",
"from gensim.utils import simple_preprocess\n",
"from gensim.models.coherencemodel import CoherenceModel"
]
}
],
"metadata": {
...
...
%% Cell type:markdown id: tags:
# Newseye Topic Modelling
%% Cell type:code id: tags:
```
python
import
datetime
import
csv
from
pathlib
import
Path
import
pandas
as
pd
import
gensim
from
gensim.utils
import
simple_preprocess
from
gensim.models.coherencemodel
import
CoherenceModel
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment