Skip to content

Commit 112d9c2

Browse files
committed
Pushing the docs for revision for branch: master, commit ac8863e3873bb0f74e55a1b63528428d3d7d4d42
1 parent e90420d commit 112d9c2

File tree

890 files changed

+2880
-2880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

890 files changed

+2880
-2880
lines changed

dev/_downloads/wikipedia_principal_eigenvector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_adjacency_matrix(redirects_filename, page_links_filename, limit=None):
179179
U, s, V = randomized_svd(X, 5, n_iter=3)
180180
print("done in %0.3fs" % (time() - t0))
181181

182-
# print the names of the wikipedia related strongest components of the the
182+
# print the names of the wikipedia related strongest components of the
183183
# principal singular vector which should be similar to the highest eigenvector
184184
print("Top wikipedia pages according to principal singular vectors")
185185
pprint([names[i] for i in np.abs(U.T[0]).argsort()[-10:]])
-63 Bytes
-63 Bytes
-719 Bytes
-719 Bytes
-561 Bytes
-561 Bytes
82 Bytes
82 Bytes
189 Bytes

0 commit comments

Comments
 (0)