Skip to content

filter out the really weak ones #4

Description

@tomcounsell

dogi = Doge.objects.filter(train_end_timestamp=last_timestamp) # .order_by('-metric_value') TODO: check if needed

The TODO here suggests ordering doges in the query. That's probably not necessary because it doesn't matter which order they vote. However, if we don't do weighted voting, then you could instead trim the query to not let the poor performers vote. Just be careful that if it's a hardcoded value, that it doesn't filter out more than half the size of the committee. It's ok to have some weak ones voting because were going for a "wisdom of crowds"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions