Ordination results as a separate command
Open
- Dominant language
- Python
- Stars
- 133
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
It may make sense to decouple the creation of the OrdinationResults object from the model fitting. This is advantageous for the following reasons
1. This help with software modularity
2. Easier to debug (not exactly clear what the best centering procedure would be)
3. Bootstrapping maybe advantageous -- with a posterior distribution, we can have jack-knifed PCoA biplots.
The creation of this procedure will be in a separate CLI command
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.