Adam Richie-Halford
Adam Richie-Halford
The `subject_id` field in all of the `dwiqc.json` reports is set to "sub-test." See [this line](https://github.com/PennBBL/qsiprep/blob/1ee7bc5b25c372a6b71676600dd9b34f64df6a52/qsiprep/interfaces/reports.py#L664). Instead, this line should be set to the subject ID / participant ID.
We should add 3.10 to the CI tests and drop 3.6 from setup.cfg, etc.
Following #51, we should write an example demonstrating use of the group transformers. Actually, something with the Sarica data would be a nice example. We could add a function to...
The dev version information gets lost when we push to test-pypi. This isn't a problem for local development or for actual releases, but it still annoys me that the dev...
Once [this PR](https://github.com/scikit-optimize/scikit-optimize/pull/988) is merged, we will be able to loosen the dependency requirements to allow sklearn>=0.24.0 and scipy>=1.6.0. This issue serves as a reminder to do that and update...
The common `groups` parameter currently accepts the explicit standard group format (i.e. a list of numpy arrays where each array represents a group and each element of the array represents...
Migrating from https://github.com/richford/AFQ-Insight/issues/38
Migrating from https://github.com/richford/AFQ-Insight/issues/45
We should add more examples to the documentation. Some ideas: - [ ] An example plotting the regularization path of SGL - [ ] An example with `SGL` (no CV)...
- [ ] Add brief motivation about why one might want to use SGL. - [ ] Talk about specification of the `groups` parameter. - [ ] Talk about the...