We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419db3a commit d4bd3b3Copy full SHA for d4bd3b3
1 file changed
README.md
@@ -21,11 +21,13 @@ calculator = ShiftML("ShiftML3")
21
cs_iso = calculator.get_cs_iso(frame)
22
```
23
24
+
25
For more advanced predictions read also section [Advanced usage of the ShiftML3 model](#advanced-usage-of-the-shiftml3-model).
26
27
## Installation
28
29
This package is available on PyPI and can be installed using pip. The recommended way to install ShiftML is to use the following command:
30
+**ShiftML supports Python 3.9–3.13.**
31
32
33
pip install shiftml
0 commit comments