-
Notifications
You must be signed in to change notification settings - Fork 567
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
(Feature Request): Add info about dislikes and Trust level of info #114
Comments
Question to People: |
What is the trust rating for exactly?
|
My interpretation is that the trust rating is for when YouTube removes dislikes from their API on December 13th. As stated in the FAQ of this project, at that time they will be switching over to an estimated dislike count based on the view count and like ratio, and this estimation is provided to the end user as it is now currently. That estimation can thus have a confidence rating. I believe the best way to handle this estimation is not through a one size fits all equation, but using a model which estimates dynamically based on key performance indicators. Example:
The above are just examples of possible metrics that might be used, but would need to be tested for correlation (re: confidence). How to do this then? We use their database to train and test, using different statistical/machine learning packages, and find the important key performance indicators that best correlate dislike estimation to actual. These models return confidence ratings in their result set, which would then be returned to the end user as described by @sy-b. I am personally very interested in having access to their database to explore this. |
@FM1337 Bot scripts only make sense if return-youtube-dislike starts collecting data from users. And if it does, then discussion on #109 might (I can't confirm) take care of that. |
Okay cool, thank you for the clarification |
Absolutely this! Furthermore, we could try to visualize the probable dislike ratios by simply drawing a probability distribution. |
Extension or Userscript?
Both
Request or suggest a new feature!
Report Dislike information like "Last updated" & # 108, etc
Give the dislikes a "Trust Score" depending on the information and reporting/counting method.
This will surely require us to come up with an equation for that rating.
Ways to implement this!
Add an "ⓘ" (i in circle) button beside dislike counts. On hovering or clicking it should show info something like this.
(I don't know why adding small ⓘ results in capital Ⓘ)
(The rating can be in a range instead of percentage. Like 3/5)
The text was updated successfully, but these errors were encountered: