Tim
Tim
There appears to be an issue when running the code from chapter 6 (other sections not tested): ## Error ``` Traceback (most recent call last): File "/home/user/workspace/project/llm/tune_incl.py", line 359, in...
The underlying sklearn function exposes the `zero_division` attribute [1], which is not a keyword argument in the metric wrapper in this library. This means, users get a warning when there...
It seems like WoS recently changed their export format: ``` if has_item_per_line[heading]: # Iterable field with one item per line ~~~~~~~~~~~~~~~~~^^^^^^^^^ KeyError: 'Z8' ``` Based on the table at the...
This PR adds an option to configure a proxy for the SMTP server for users who host outline on a server that blocks common SMTP ports and the option to...