mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-13 07:05:10 +01:00
5edbbeedb3
Representation Scorer (RSX) serves as a centralized scoring system, offering SimClusters or other embedding-based scoring solutions as machine learning features.
5 lines
171 B
Bash
Executable File
5 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
JOB=representation-scorer bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress \
|
|
//relevance-platform/src/main/python/deploy -- "$@"
|