-
- [Old Versions](https://stratigraphy.org/chart#translations--old-versions)
- [Correlation Tables](https://stratigraphy.org/chart#correlation-tables)
- [Pronunciation Guide](https://stratigraphy.org…
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/web/site
### (Optional) Module Vers…
-
## Use case
Help users to exploit OpenCTI data by constructing visual analysis (compare, proximity, etc.)
## Related issues
- https://github.com/OpenCTI-Platform/opencti/issues/3586
- https:/…
-
Taking one jar that is obfuscated *(naming convention only)* and another that is cleanly named, allow Recaf to detect similar structures between each file and apply the clean mappings to the obfuscate…
-
Will the sap-cloud-sdk-logger from @sap-cloud-sdk/util output the incoming correlation ID to the logs?
If not, how can we pass the correlation ID ourselves to the logger?
I couldn't find a corre…
-
### Environment details
If you are already running SDV, please indicate the following details about the environment in
which you are running it:
* SDV version:1.15
* Python version:3.10.12
* …
-
1. paper: https://arxiv.org/pdf/2404.04650
code: https://github.com/xiefan-guo/initno
2. what does this work do?
**Initial Noise Optimization:** initial latent space partitioning + noise o…
-
When creating a Sigma rule that is intended to be largely (but _not_ always) used with a correlation rule or could be used with multiple different correlation rules, there does not seem to be a good w…
-
Hi! Thanks a lot for your tool, I find it very useful and easy to use. I noticed that in the [code](https://github.com/theislab/cellrank/blob/82248b266e6f3b8508c96c81b1870a65692ac82e/src/cellrank/_uti…
-
My first implementation of `DataFrame.corr` doesn't take advantage of the symmetric nature of the correlation matrix, it just applies `corr` between every combination of columns using nested loops. I'…