We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate_vocab
1 parent 441adea commit 3527014Copy full SHA for 3527014
compiler_opt/tools/generate_vocab.py
@@ -12,10 +12,9 @@
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
-"""OSS-compatible pipeline to generate sparse buckets.
+"""Generate sparse buckets - aka "vocab".
16
17
-Generate numerical features' X (1000) quantile based on their distributions
18
-by exclusively using OSS-compatible libraries.
+Generate numerical features' X (1000) quantile based on their distributions.
19
"""
20
21
import math
0 commit comments