Skip to content

Commit 3527014

Browse files
authored
Reword doc in generate_vocab (#227)
1 parent 441adea commit 3527014

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler_opt/tools/generate_vocab.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
"""OSS-compatible pipeline to generate sparse buckets.
15+
"""Generate sparse buckets - aka "vocab".
1616
17-
Generate numerical features' X (1000) quantile based on their distributions
18-
by exclusively using OSS-compatible libraries.
17+
Generate numerical features' X (1000) quantile based on their distributions.
1918
"""
2019

2120
import math

0 commit comments

Comments
 (0)