Alpenglow
latest
Getting started:
Introduction
Example usage
Five minute tutorial
Further reading
General information:
The anatomy of an online experiment
Adjustable properties of evaluation
Rank computation optimization
C++ API
Python API
Implementing a new model in C++
Implementing a new model in Python
Evaluating external models
Model combination
Serialization
Compiling Alpenglow using clang and libc++ on linux
API documentation:
alpenglow package
alpenglow.offline package
Subpackages
alpenglow.offline.evaluation package
Submodules
alpenglow.offline.evaluation.NdcgScore module
alpenglow.offline.evaluation.PrecisionScore module
alpenglow.offline.evaluation.RecallScore module
Module contents
alpenglow.offline.models package
Submodules
alpenglow.offline.OfflineModel module
Module contents
alpenglow.cpp package
Alpenglow
»
alpenglow package
»
alpenglow.offline package
»
alpenglow.offline.evaluation package
Edit on GitHub
alpenglow.offline.evaluation package
¶
Submodules
¶
alpenglow.offline.evaluation.NdcgScore module
¶
alpenglow.offline.evaluation.NdcgScore.
NdcgScore
(
test
,
recommendations
,
top_k
=
100
)
[source]
¶
alpenglow.offline.evaluation.PrecisionScore module
¶
alpenglow.offline.evaluation.PrecisionScore.
PrecisionScore
(
test
,
recommendations
,
top_k
)
[source]
¶
alpenglow.offline.evaluation.RecallScore module
¶
alpenglow.offline.evaluation.RecallScore.
RecallScore
(
test
,
recommendations
,
top_k
)
[source]
¶
Module contents
¶