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: 3 months ago
JSON representation

All the LBRY trending algorithms I write that are stable

Lists

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.