melo icon indicating copy to clipboard operation
melo copied to clipboard

Margin-dependent Elo ratings and predictions

Results 3 melo issues
Sort by recently updated
recently updated
newest added

Updated the deprecated np.asscalar to the newer .item() method

Updated the deprecated np.float alias to just 'float'

I have some basketball data in this format: ![image](https://user-images.githubusercontent.com/13783303/76139203-26f56f00-605f-11ea-850c-1a016b46ac86.png) Where `WTeamID` is always the winning team, meaning that the spread is always > 0. What's the best way of using...