Martin
Martin
### Module Core ### Testcontainers version 1.19.0 ### Using the latest Testcontainers version? Yes ### Host OS RHEL8 ### Host Arch x86_64 ### Docker version ```shell # podman version Client:...
**Is your feature request related to a problem? Please describe.** Currently the Pulsar Manager is not persisted outside of the container it is running in. This means reconditioning of it...
Line 144: if dropout: centre = Dropout(0.5)(center) Should probably be: Line 144: if dropout: center = Dropout(0.5)(center)
Sometimes we do not have point representations in space but rather only distances between those points. Therefore it would be great if some algorithms (I'm especially interested in HDBSCAN and...