Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 529 Bytes

Plots for search metric visualizations

For more information, see the accompanying blog post Demystifying nDCG and ERR

Installation

Run the following from a command line to clone this repo, cd into its root directory, then make it available through a local python web server:

git clone https://github.com/o19s/metric-plots
cd metric-plots
python -m http.server 9999

The navigate to http://localhost:9999