Max Bladen
Max Bladen
**For consistency, using the template to describe the bug** 🐞 **Describe the bug:** When using the `predict()` function on a DIABLO, if one or more of the test dataframes is...
I believe this PR is ready for review @aljabadi. Just a few extra notes: - I haven't adjusted my implementation as I never received a response to [this comment](https://github.com/mixOmicsTeam/mixOmics/pull/30#issuecomment-1114511910). If...
@aljabadi latest commit adds a test which checks for homogenity between the two methods for all distance (`max.dist`, `centroid.dist` and `mahalanobis.dist`) and error rate (`overall` and `BER`) metrics.
Ready for review @aljabadi. I've gone through and seriously cleaned up each of the commits and the accompanying commit messages from the original PRs used to address this issue (#204,...
Hi @aljabadi Are we intending on implementing OPLS-DA? If so, is this a priority?
Thank you for your post @EmileFaure. What you've noted is totally correct. After I spent a bit of time exploring the source code, I've realised that this issue a bit...
G'day @EmileFaure. Thought I'd let you know that I've implemented a fix for this issue and that it is accessible on [branch issue-214](https://github.com/mixOmicsTeam/mixOmics/tree/issue-214). Please let me know if there are...
The main reason I pushed this fix was due to the inconsistency with which these outputs were shown. It was ambiguous where they were being produced from and caused formatting...
Also, the printing output can be tested without it showing in the log which in my opinion would be preferable. Rather than setting `progress = FALSE` (as was done here...
> Thanks @Max-Bladen, > > I'm just wondering how we can preserve the useful lines 24-25 in `man/plot.tune.Rd` Why do we need to retain this? Here's the whole section: ```...