index
:
elo-f1
master
Ranking Grand Prix drivers using Elo rating system.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
f1elo
Age
Commit message (
Collapse
)
Author
2016-11-30
* coding standards and formatting
emkael
2016-11-30
* loading result SQL on DB init
emkael
2016-11-04
* average rating change in log file calculated only for rated entries
emkael
2016-05-02
* results log sorted
emkael
2015-05-05
* missing entry numbers
emkael
* corrected date for 1956 Caen GP * some missing entries fixed * IDs renormalized
2015-04-16
* driver country normalization
emkael
2014-11-18
* moving race disparity calculations to separate method
emkael
2014-11-18
* more verbose information dumped on race rating
emkael
2014-11-14
* not adding new rankings for not ranked entries - DNSs and mechanical DNFs ↵
emkael
skewed the averages
2014-11-12
* race and rating chronology disambiguation (+documentation)
emkael
2014-11-07
* defining db indexes
emkael
2014-11-07
* non-linear disparity adjustements
emkael
2014-11-07
* disparity variation algorithm
emkael
2014-11-07
* debug information displays correct previous rating
emkael
2014-10-29
* default for race.ranked
emkael
2014-10-29
* indentation
emkael
2014-10-29
* autopep8 + isort
emkael
2014-10-29
* bugfix for obtaining driver ranking
emkael
2014-10-29
* foreign key support for SQLite
emkael
2014-10-29
* cascades for DB metadata
emkael
2014-10-29
* moving find_driver to static Driver method
emkael
2014-10-28
* find_driver moved to appropriate module
emkael
2014-10-28
* rate action defaults to today (to prevent rating dummy future races)
emkael
2014-10-28
* configurable importance factor thresholds + tweaks to default settings
emkael
2014-10-28
* default for races.ranked
emkael
2014-10-23
* printing -v info to stderr
emkael
2014-10-17
* SQLite support + config examples
emkael
2014-10-17
* DB generation from model metadata
emkael
2014-10-15
* universal directory separators
emkael
2014-10-15
* separation of user interface
emkael
2014-10-07
Merge branch 'master'
emkael
Conflicts: elo.py
2014-10-07
* isort-ed imports
emkael
2014-10-06
* removed commented out debug info
emkael
2014-10-06
* initial commit
emkael