Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggplantbren/lbry-trending-algos
All the LBRY trending algorithms I write that are stable
https://github.com/eggplantbren/lbry-trending-algos
blockchain lbry python trending
Last synced: about 1 month ago
JSON representation
All the LBRY trending algorithms I write that are stable
- Host: GitHub
- URL: https://github.com/eggplantbren/lbry-trending-algos
- Owner: eggplantbren
- License: mit
- Created: 2020-02-27T06:39:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T01:15:35.000Z (almost 4 years ago)
- Last Synced: 2024-11-18T08:55:46.515Z (about 2 months ago)
- Topics: blockchain, lbry, python, trending
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-LBRY - lbry-trending-algos - Various LBRY trending algorithms by Brendon Brewer. (Scripts)
README
lbry-trending-algos
===================Various LBRY trending algorithms by me.
A (very brief) description of each is given in a comment at the top of each
`.py` file. If one of them eventually becomes important enough, I'll write it
up in a lot more detail.The file `desiderata.md` describes what we're trying to achieve.
Currently, lbry.tv uses both `ar.py` and `variable_decay.py`, and they are
A/B testing them. However, I think `variable_decay.py` is the best one with
respect to the desiderata, even if it performs worse in terms of engagement.(c) 2019, 2020 Brendon J. Brewer.
LICENSE: MIT.