Dominik Jain
Dominik Jain
persist several types of models via the v0-legacy branch and add tests that load and apply them: torch models and sk learn models alike, classification and regression
1. Update the notebooks that are still relevant to use sensAI v1 and re-enable the respective tests in `test_notebooks.py`. 2. Include the notebooks that provide useful documentation in `index.rst` (most...
various combinations, e.g. classification with and without probabilities
See https://github.com/jambit/sensAI/runs/2884663556?check_suite_focus=true RuntimeError: Kernel died before replying to kernel_info zmq.error.ZMQError: Address already in use @MischaPanch, are you familiar with such errors? Could this be related to the newly introduced caching...
The way in which learning rate schedulers are parametrised has led to confusion. Particularly torch's `LambdaLR` is used throughout Tianshou. While we use it correctly (as far as I can...
See change log. Closes #1091 #810 #959 #898 #919 #913 #948 #949
### Description When viewing a table with MEDIUMTEXT columns In the Data tab, I have noticed that * frequently no preview content is shown * the button with the three...
The tests not being reliable has caused several problems in recent weeks. We need to be able to rely on them. Better to disable a few language tests than have...
The listening address should be configurable. The default should be 127.0.0.1 instead of 0.0.0.0 (as allowing non-local connections by default is a security hazard). History shows that it was changed...