How do you find your ‘disagrees’?

I go through my notifications one-by-one to try to find and correct it when someone disagrees with my ID.

Surely, there are better ways?

1 Like

Your mavericks - 3 agree, but you don’t - replace my name with yours - https://www.inaturalist.org/identifications?user_id=dianastuder&category=maverick

Pre-mavericks - 2 agree and your disagreement holds the ID back
Filter for Pre-Maverick project
https://www.inaturalist.org/projects/pre-maverick

(But I do go thru all my notifications)

7 Likes

If you’d like, you can also go to your settings → notifications → and toggle off confirming ID’s, so ID’s that are simply agreeing with yours won’t show up in your notifications any longer.

4 Likes

Thank you; I may experiment with those. ideally I would like such utility that picked up even one disagree.

1 Like

that sounds like a good trick :+1:t2: :smile_cat:

1 Like

There is
https://www.inaturalist.org/projects/pre-maverick-2
But only 18 obs there.
https://www.inaturalist.org/posts/84281-improving-the-algorithm

Maybe next year, we will have (better) Notification management?

4 Likes

Some hints and useful info in this old thread including the usual API extraordinaire by pisum

3 Likes

It will still notify you of refining IDs (for example, if you put an ID at genus and someone else puts species) so that can be annoying if you wanted strictly disagreeing notifications only

2 Likes

But I want to see, if, and who, agrees with me. Then I will unfollow obs by obs.

You might also try the links (“some agree”, “most agree”, “most disagree”) in this message:
https://forum.inaturalist.org/t/add-filter-option-to-exclude-observations-without-community-id-suggestion-or-comments/46865/7

3 Likes

here’s the variant that i would probably use here: https://jumear.github.io/stirfry/iNatAPIv1_observations.html?per_page=200&ident_user_id=pisum&options=idextra&idextra_user_id=pisum&order_by=update_date

this returns 200 observations at a time (last updated first), with columns that give some statistics about the identifications made, as well as about a particular identifier’s identification. the stats are all relative to the observation ID. although it won’t point out disagreements to your ID(s) specifically, it will point out potentially disagreeing IDs under the same ancestor (IDs that are descendant taxa vs obs), as well as mavericks (IDs that are in (an) “other” branch).

assuming you’re not getting tons of disagreements, it should be relatively easy to visually scan through the page to find disagreements. (i can scan through most batches of 200 observations in under 15 seconds, looking primarily at 3-4 columns.)

the identifications parameter effectively determines agreements / disagreements by comparing individual IDs against the community ID (not by comparing IDs against other IDs), and i bet most people would not expect that that’s how that parameter works. it’s a flawed parameter, in my opinion, and not useful except in some very limited use cases.

iNat developers explain it this way:

(this is the reason i wrote the other thing referenced above. if anyone wants a more detailed explanation of the problems with the parameter, read this: https://forum.inaturalist.org/t/how-to-exclude-observations-with-disagreeing-ids/15016/12. folks are also always welcome to adapt my code to make it do things more tailored to their particular workflow. unless any of the existing feature requests for different kinds of disagreement parameters ever get implemented, there aren’t many better options that i know of.)

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.