Skip to content

Show that we need PageRank #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vmarkovtsev
Copy link

Related to #2
Simple removal of all edges from Go to * makes:
| 22.76% | java |
| 15.73% | go |
| 14.31% | c |
| 13.46% | c++ |
| 6.83% | c# |
| 6.12% | python |
| 5.70% | scala |
| 3.98% | rust |
| 2.93% | php |
| 2.02% | objective c |
| 1.54% | ruby |
| 1.07% | swift |
| 1.00% | node |
| 0.65% | kotlin |
| 0.40% | r |
| 0.30% | matlab |
| 0.28% | haskell |
| 0.24% | pascal |
| 0.21% | cobol |
| 0.13% | erlang |
| 0.11% | fortran |
| 0.10% | visual basic |
| 0.07% | lua |
| 0.05% | clojure |
| 0.02% | perl |
| 0.01% | lisp |

Related to erikbern#2
Simple removal of all edges from Go to * makes:
| 22.76% |                 java |
| 15.73% |                   go |
| 14.31% |                    c |
| 13.46% |                  c++ |
|  6.83% |                   c# |
|  6.12% |               python |
|  5.70% |                scala |
|  3.98% |                 rust |
|  2.93% |                  php |
|  2.02% |          objective c |
|  1.54% |                 ruby |
|  1.07% |                swift |
|  1.00% |                 node |
|  0.65% |               kotlin |
|  0.40% |                    r |
|  0.30% |               matlab |
|  0.28% |              haskell |
|  0.24% |               pascal |
|  0.21% |                cobol |
|  0.13% |               erlang |
|  0.11% |              fortran |
|  0.10% |         visual basic |
|  0.07% |                  lua |
|  0.05% |              clojure |
|  0.02% |                 perl |
|  0.01% |                 lisp |
@vmarkovtsev
Copy link
Author

Surprise-surprise!

@erikbern
Copy link
Owner

i'm not following. how does this prove that we need pagerank?

@vmarkovtsev
Copy link
Author

Results from PageRank:

| 19.22% |                 java |
| 13.49% |                   go |
| 13.16% |                    c |
| 11.33% |                  c++ |
|  7.00% |               python |
|  6.33% |                   c# |
|  4.95% |                scala |
|  3.52% |                 rust |
|  2.96% |                  php |
|  2.76% |          objective c |
|  2.02% |                 ruby |
|  1.76% |                swift |
|  1.49% |                 node |
|  1.04% |               kotlin |
|  0.99% |                    r |
|  0.93% |              haskell |
|  0.90% |               matlab |
|  0.80% |               erlang |
|  0.77% |               pascal |
|  0.74% |                cobol |
|  0.69% |              fortran |
|  0.66% |              clojure |
|  0.66% |         visual basic |
|  0.65% |                  lua |
|  0.61% |                 perl |
|  0.59% |                 lisp |

I can conclude that PageRank does not help in this case. I am disappointed - this seems to be very unstable. How can Java be the dominant if the only thing I did was restricting the transition from Go to *

@ellisonbg
Copy link

I think the big issue is how the diagonal element are handled. Making minor changes to the off-diagonal element doesn't fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants