This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbry-sdk
Watch
1
Star
0
Fork
You've already forked lbry-sdk
1
Code
Issues
Pull requests
Projects
Releases
282
Packages
Wiki
Activity
c9092cd1c7
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 21:53:57 +01:00
from
.
import
zscore
integrate ar trending algorithm into configurable trending system
2020-01-28 19:29:36 +01:00
from
.
import
ar
Revert "Revert "configurable trending algorithms"" This reverts commit 55e08f96a6b083585e6f177c45694a874452f397.
2020-01-28 21:53:57 +01:00
TRENDING_ALGORITHMS
=
{
'
zscore
'
:
zscore
,
integrate ar trending algorithm into configurable trending system
2020-01-28 19:29:36 +01:00
'
ar
'
:
ar
Revert "Revert "configurable trending algorithms"" This reverts commit 55e08f96a6b083585e6f177c45694a874452f397.
2020-01-28 21:53:57 +01:00
}
Reference in a new issue
Copy permalink