Cas Wognum

Results 7 issues of Cas Wognum

## 🐛 Bug In `calibration_error()`, the accuracies in the binary classification setting are not correctly computed I think. It just [returns the `targets`](https://github.com/Lightning-AI/metrics/blob/master/src/torchmetrics/functional/classification/calibration_error.py#L148). I am guessing this should rather return...

bug / fix
help wanted

## 🐛 Bug After calling `finalize()` in the `AimLogger` adapter for Pytorch Lightning, the logger fails to reconnect to the Aim Run. This for example happens in a training loop...

type / bug
help wanted

### Zarr version v2.17.0 ### Numcodecs version v0.12.1 ### Python Version v3.12.2 ### Operating System Linux ### Installation Using micromamba (conda) ### Description I am trying to save variable-length byte...

bug

### Zarr version v2.17.1 ### Numcodecs version v0.12.1 ### Python Version 3.12.2 ### Operating System Linux ### Installation Using micromamba (conda) ### Description Together with @lmtroper, I am using a...

bug

https://github.com/rdkit/rdkit/pull/7004 added a deprecation warning for several functions related to Morgan Fingerprints. Running ``` dm.to_fp("CCCCC") ``` Gives: ``` "please use MorganGenerator" ```

### 📖 Documentation Similar to how it's done for Datamol. Content can be taken from tutorials / API tour.

enhancement

Hi @danielfrg, the conda-forge release of `v0.24.7` is failing, see https://github.com/conda-forge/mkdocs-jupyter-feedstock/pull/29. This seems to be happening because the latest `mkdocs` release on PyPi lacks a `.tar.gz` Source Distribution. Earlier versions...