Skip to content

Kitware/SMQTK-Relevancy

Repository files navigation

SMQTK - Relevancy

Intent

This package provides interfaces and implementations around providing search relevancy estimation given oracle adjudication feedback.

Documentation

You can build the sphinx documentation locally for the most up-to-date reference:

# Install dependencies
poetry install
# Navigate to the documentation root.
cd docs
# Build the docs.
poetry run make html
# Open in your favorite browser!
firefox _build/html/index.html