You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to be able to see a checksum of the traits used to generate rarity so that publishers can compare to each other and see that we all used the same input to generate our ranks.
Describe the solution you'd like
result = RarityRanker.rank_collection(
collection=collection
)
// result.checksum - string
// results.ranked_tokens - the original array
The checksum would be generated from an alphabetically (ascending) sorted array of all of the attributes that will be included for ranking (e.g. numeric traits would be omitted)
The text was updated successfully, but these errors were encountered:
It would be helpful to be able to see a checksum of the traits used to generate rarity so that publishers can compare to each other and see that we all used the same input to generate our ranks.
Describe the solution you'd like
The checksum would be generated from an alphabetically (ascending) sorted array of all of the attributes that will be included for ranking (e.g. numeric traits would be omitted)
The text was updated successfully, but these errors were encountered: