Skip to content
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

Match r4 impact metric calculation #117

Conversation

escottalexander
Copy link
Collaborator

@escottalexander escottalexander commented Aug 26, 2024

Closes: #116

Additional context from TG:
@websurferdoteth Re:

const shareForMetric = rawScoreForMetric / totalScoresForMetric;
impact_index += shareForMetric * multiplier;

I am finally getting into this and I am thinking it is more appropriate for it to be this:

impact_index += rawScoreForMetric * multiplier;

Otherwise we are returning the projects share of the impact for that day instead of just the raw impact (adjusted by the weights). When viewing an individual project, I don't think it matters as compared to other projects as much as comparing to its own past performance. Am I missing something? I am putting a PR together if you want to see my line of thinking in detail.

Copy link

vercel bot commented Aug 26, 2024

@escottalexander is attempting to deploy a commit to the BuidlGuidl Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Aug 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchain-impact-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 5:56pm

@swellander
Copy link
Collaborator

@escottalexander this looks good to me. The only issue I can think of is one we discussed a little while back, that metrics with higher units (like gas fees spent vs users onboarded), will have a greater effect on a project's impact index. Not sure how much of an issue this actuallt is, but I wanted to bring it up.

@escottalexander
Copy link
Collaborator Author

In some discussion on Telegram we discovered the way we are currently doing this is better than what is proposed in this PR.

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.

Change Impact Index to match R4
2 participants