-
Submitting Author Name: Mark Padgham
Submitting Author Github Handle: @mpadge
Repository: https://github.com/ropensci-review-tools/pkgmatch
Version submitted: 0.4.2
Submission type: Standard
…
-
t-sne is inherently randomized but still not that much. It produces consistently different (much worse) results compared to scikit-learn Barnes-Hut implementation.
Example on IRIS dataset:
Sciki…
-
## Checks for [octolog (v0.1.1.9000)](https://github.com/assignUser/octolog)
git hash: [fb7da5d7](https://github.com/assignUser/octolog/tree/fb7da5d7342e524707c5fcb1484a981a327d7082)
- :heavy_check_…
-
An issue with an associated common check originally discussed in https://github.com/scikit-learn/scikit-learn/pull/15015
> This is a pretty simple sample_weight test that says that a weight of 0 i…
-
In general statistical classifications are accompanied by general descriptions which provide detailed information about the classification: abbreviation, status, custodian, domain covered, validity da…
-
### Title
Physiologically based pharmacokinetic modelling ontology
### Short Description
Ontology aligned for PBPK modelling in life science domain
### Description
The Physiologically-Based Pharm…
-
Existing countermeasures (Markku's blinding, Ziggurat pattern masking) need to be expanded as per discussions with Ayesha and from Seamus' Ziggurat work.
1. Markku's blinding will be modified to us…
-
Currently, moabb stratifies and picks random samples from X for training (T)/validation (V) respectively. A simple assignment vector could look like this:
```
[T,T,T,V,T,V,V,T,T,V,T,V,T,T]
```
…
-
Some PRNGs have state which is similar in size to their seed, but a lot of them have much more internal state. For example, Mersenne twisters (which we should not actually use, it's just a dramatic ex…
-
There is no good reason to publish poorly-performing algorithms, in my opinion. Hash Tables are frequently used in inner loops, so it is important that they run fast.
The hash function used here ha…