Skip to main content
Version: V2

UserRecommendation

The UserRecommendation type recommended users to follow based on historical NFT trading/transfer/minting history (based on a Collaborative filtering model).

type UserRecommendation {
userToFollow: AddressEVM!
userToFollowRank: Int!
userToFollowDistanceScore: Float!
userToFollowReason: String!
}

Fields

userToFollow (AddressEVM)

userToFollowRank (Int)

userToFollowRank is the ranking of this recommendation for the given input.

userToFollowDistanceScore (Float)

userToFollowDistanceScore is a measure of how close we think this recommendation matches the input. Lower is better.

userToFollowReason (String)

Designed by