-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
Hi Ellie,
I'd like to test your engine for our rating list but I'm afraid the engine is not ready for CCRL testing conditions yet. We use x time for y moves time controls (for the 40/15 list) and x…
-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
SELECT
p.id,
LOWER(IFNULL(IFNULL(IFNULL(p.name, p.mtgo_username), p.mtggoldfish_username), p.tappedout_username)) AS name,
p.mtgo_username,
p.ta…
-
As per title.
This occurs when the recalculations are triggered directly or as a result of game deletes. This is problematic when deleting multiple games at the same time.
nzdjb updated
10 years ago
-
Hi Samir,
Can you push the branch that you were working on during the IndieWebCamp? I'd like to hack around with it 'cos it looks interesting.
Cheers!
-
Rankings could show how many places moved up/down as well as Elo rise/fall that week
Like this for college football:
![image](https://cloud.githubusercontent.com/assets/4998049/11350688/c233e320-920…
tjg17 updated
8 years ago
-
Hi DeepRibo developers,
thanks for making this package, it is very convenient to work with.
I'm currently testing the predictions from DeepRibo for a bacterium where we have new RiboSeq data.
I a…
-
The average number of upsets in the first round (see first_round_upsets.py) is 8. all-time min is 3, and we've got 2. Should we try to force the algo to pick some upsets?