|
1 | 1 | User Manual |
2 | 2 | =========== |
3 | 3 |
|
4 | | -OpenSkill requires knowledge of some domain specific jargon to navigate. |
| 4 | +OpenSkill requires knowledge of some domain-specific jargon to navigate. |
5 | 5 | If you know what the central measures of tendency and Gaussian distributions are, you are pretty much set. |
6 | 6 |
|
7 | 7 | If you don't know what those are, please consider using a short resource on statistics to get acquainted with |
8 | 8 | the terms. We recommend Khan Academy's short course on `statistics and probability <https://www.khanacademy.org/math/statistics-probability>`_. |
9 | 9 |
|
10 | 10 | If you're struggling with any of the concepts, please search the discussions section to see if your question has already been answered. |
11 | 11 | If you can't find an answer, please open a new `discussion <https://github.com/vivekjoshy/openskill.py/discussions>`_ and we'll try to help you out. |
12 | | -You can also get help from the official `Discord Server <https://discord.com/invite/4JNDeHMYkM>`_. If you have a feature request, or want to report |
13 | | -a bug please create a new `issue <https://github.com/vivekjoshy/openskill.py/issues/new/choose>`_ if one already doesn't exist. |
| 12 | +You can also get help from the official `Discord Server <https://discord.com/invite/4JNDeHMYkM>`_. If you have a feature request or want to report |
| 13 | +a bug, please create a new `issue <https://github.com/vivekjoshy/openskill.py/issues/new/choose>`_ if one already doesn't exist. |
14 | 14 |
|
15 | 15 | Let's start with a short refresher: |
16 | 16 |
|
@@ -52,7 +52,7 @@ The Basics |
52 | 52 |
|
53 | 53 | First we have to initialize the mode we want to use. We will use the :py:class:`PlackettLuce <openskill.models.weng_lin.plackett_luce.PlackettLuce>` model for this example. |
54 | 54 | The :py:class:`PlackettLuce <openskill.models.weng_lin.plackett_luce.PlackettLuce>` model is generally a good choice if you're not expecting large matches with lots of players and teams. |
55 | | -On the whole, all the 5 models have the same capabilities, but some are more accurate and some are faster than others. It's up to |
| 55 | +On the whole, all five models have the same capabilities, but some are more accurate, and some are faster than others. It's up to |
56 | 56 | you to test out what works for you. |
57 | 57 |
|
58 | 58 | Let's start the example by importing the model from the package. All models live |
|
0 commit comments