Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 449 Bytes

vtext benchmarks

This folder includes benchmark scripts for vtext

To run the benchmarks download an (adapted) copy of the 20 newsgroup dataset here, then extract the contents under vtext/data/.

Scikit-learn (Python) benchmark can be run with,

python benchmarks/bench_scikit-learn.py

To run the equivalent processing with vtext (Rust), run,

cargo run --release