This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
WIP: ILR transform on tensors #75
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2eadf39
adding new ilr ordination method
mortonjt 428af08
typo
mortonjt 5b27b83
flake8
mortonjt aa0223a
making Mr Linter happy
mortonjt 56968ef
fixing type
mortonjt 7516a61
forgot to register formats
mortonjt 80cd512
import error
mortonjt cb1cd58
typo in types
mortonjt c03aaf8
fixing type ordering
mortonjt 1691450
dumb hack for now. Replacing clademetadata with differential to get w…
mortonjt 85752a0
adding new command
mortonjt 2fc7e30
fixing dimensions and names
mortonjt 3bbc9c7
patching unittests
mortonjt e5ec0c5
adding fast / memory efficient ilr transform
mortonjt f9af502
fixing labels for ordination
mortonjt c795b7f
updating method
mortonjt b50b26f
Merge branch 'master' of github.com:qiime2/q2-gneiss into ilr-tensor
mortonjt 342ccd2
adding first commit of ilr posterior
mortonjt 0d30d62
flake8
mortonjt 5654151
more flake8
mortonjt bb09ee6
random typo
mortonjt b10abd3
returning the correct tree
mortonjt f4e3f54
renaming tree
mortonjt 366a1ae
last typo
mortonjt 2552336
fixing minimax filter
mortonjt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should replace this with a pandas pivot so that the dimension order doesn't matter.