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
Install
pyterrier-alpha
with pip
¶$ pip install pyterrier-alpha
Import pyterrier_alpha
alongside pyterrier
:
Importing
pyterrier_alpha
¶import pyterrier as pt
import pyterrier_alpha as pta
Alpha Features