PyTerrier Alpha¶
pyterrier-alpha is an alpha channel of features for PyTerrier,
Features in this package are under development and intend to be merged with the main package or split into a separate package when stable.
Getting Started
$ pip install pyterrier-alpha
Import pyterrier_alpha
alongside pyterrier
:
import pyterrier as pt
import pyterrier_alpha as pta
Alpha Features