This website requires JavaScript.
Explore
Help
Register
Sign in
Madiator2011
/
lbry-sdk
Watch
1
Star
0
Fork
You've already forked lbry-sdk
0
forked from
LBRYCommunity/lbry-sdk
Code
Pull requests
Activity
ad6c6fbe35
lbry-sdk
/
lbry
/
wallet
/
server
/
db
/
trending
/
__init__.py
9 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Revert "Revert "configurable trending algorithms"" This reverts commit 55e08f96a6b083585e6f177c45694a874452f397.
2020-01-28 15:53:57 -05:00
from
.
import
zscore
integrate ar trending algorithm into configurable trending system
2020-01-28 13:29:36 -05:00
from
.
import
ar
Revert "Revert "configurable trending algorithms"" This reverts commit 55e08f96a6b083585e6f177c45694a874452f397.
2020-01-28 15:53:57 -05:00
TRENDING_ALGORITHMS
=
{
'
zscore
'
:
zscore
,
integrate ar trending algorithm into configurable trending system
2020-01-28 13:29:36 -05:00
'
ar
'
:
ar
Revert "Revert "configurable trending algorithms"" This reverts commit 55e08f96a6b083585e6f177c45694a874452f397.
2020-01-28 15:53:57 -05:00
}
Copy permalink