the-algorithm/representation-scorer/server/src/main/scala/com/twitter/representationscorer/common/package.scala
twitter-team 5edbbeedb3 Open-sourcing Representation Scorer
Representation Scorer (RSX) serves as a centralized scoring system, offering SimClusters or other embedding-based scoring solutions as machine learning features.
2023-04-28 14:18:16 -05:00

7 lines
111 B
Scala

package com.twitter.representationscorer
package object common {
type UserId = Long
type TweetId = Long
}