-
When merging #26271, we added a lower tolerance in the following line:
https://github.com/scikit-learn/scikit-learn/pull/26721/files#diff-84dc33502e99175d160109f0ee16007297dc398d872a63c977b787287ec…
-
Hello,
In the MtS-WH data set, it seems that for images in training set, all the channels are corrected to 8-bit unsigned color, while for those in test set, the B-G-R channels are 11-bit and NIR …
-
Thanks @Aariq for volunteering to submit your [`bumbl` package](https://github.com/Aariq/bumbl) for trial "soft submission" to rOpenSci's new system for peer review of statistical software. This issue…
-
Hello,
First of all, the past couple of lectures have made me feel like an ant standing on an elephant - I feel like I'm on something big, but I haven't fully digested or absorbed how big. :)
An…
ghost updated
8 years ago
-
Explore the correlation between # of outlier genes and clinical variables (categorical)
- [ ] Use the correct statistical test
- [ ] Report the effect sizes and p values
- [ ] Visualization (con…
-
Essentially a wrapper to
```r
augment(model) %>%
features(.resid, ljung_box, lag=, dof=)
```
-
@giovannic I have an implementation of the shadow integer variable [here](https://github.com/slwu89/individual/blob/feat/variable-enhancements/inst/include/Shadow_IntegerVariable.h). The way it works …
-
drake127 has released a mod (https://github.com/drake127/randomrolls) that patches the infinity engine .exe files to replace the rather poorly behaving standard C rand() random number generator with t…
-
### Description
I was scrolling through the PRs and noticed most PRs failing some checks or the others; often the same ones.
I've attached a screenshot where a missing package led to a check fail,…
-
Thanks for this amazing package! I have used it in so many projects already!
I just wanted to check if there are plans to support sparse matrices as well any time soon?