-
Notifications
You must be signed in to change notification settings - Fork 101
Notebook For ER Prediction Using SlideGraph Pipeline #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
771 commits
Select commit
Hold shift + click to select a range
a582afb
UPD: fix doc
vqdang d3b1c81
UPD: remove unused vars
vqdang cc0f4b9
UPD: fix doc
vqdang f0ec220
UPD: fix lint
vqdang 5bc4623
UPD: conditional args
vqdang 84d8823
UPD; fix format
vqdang 283f984
DEV: Update Package Manifest Patterns
John-P 07a8b5b
DEV: Organise Loading of Local & Remote Sample Files
John-P 8b5c2bc
STY: Remove Leading Underscores From Fixtures
John-P 958fa0d
STY: Address flake8 Style Issues
John-P a40591a
TST: Add conftest.py To .deepsource.toml
John-P 212c80a
STY: Remove Unecessary elif
John-P cd1b804
DEV: Add skipqc for Deepsource, Ignore Unguarded next
John-P e8e1ddc
DEV: Move Deepsource Exception Comment
John-P f29c327
STY: Rename File Path And Handle
John-P b4dc47e
UPD: Massive Refactoring
vqdang eedb750
UPD: remove hanging run code
vqdang fd6d532
BUG: set overwrite downloading
vqdang 03cb742
UPD: Add behavior tests for pretrained models
vqdang 894a05c
UPD: Add doc
vqdang 4d03592
UPD: fix doc
vqdang 56ba7ab
DEV: Fix Typo In Deepsource Configuration File
John-P 3842455
UPD: travis GPU flag
vqdang ba7e6cc
UPD: new docs format
vqdang 98f6041
UPD: change make doc cmd
vqdang 3c4de39
UPD: remove pdf build
vqdang eadc488
UPD: update sphinx version
vqdang f627fcb
UPD: fix sphinx version
vqdang 60c2cee
UPD: fix make file
vqdang c0d6a65
UPD: re-organize coverage
vqdang 668ddf2
UPD: gpu flag
vqdang 7fbd9c2
UPD: more docs formatting
vqdang 97d880c
UPD: aggregate predictions on the fly
vqdang b61e625
Merge branch 'test-conftest-samples' of https://github.com/TIA-Lab/ti…
vqdang 888860b
UPD: fix after PR sync
vqdang f2eca34
UPD: revert to old doc
vqdang 2285bd1
UPD: fix naming and doc
vqdang 0c91858
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 9450c07
UPD: fix format
vqdang 53402ac
UPD: remove unused
vqdang c66de84
UPDD: fix gpu flags
vqdang 471c94c
UPD: fix error matching
vqdang a9075ea
UPD: fix dep
vqdang 5aac2be
UPD: fix message
vqdang c64bbc6
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang c5bd330
UPD: add tests for getting remote data
vqdang 0f341f7
UPD: fix typo
vqdang 09fa748
UPD: revert readthedoc makefile version
vqdang a452c0e
DEV: pytest default capture to sys
shaneahmed 28e3b1d
NEW: Add Graph Construction Functions In Tools
John-P 20b397e
UPD: name change
vqdang 436a3e6
Merge branch 'feature-model-semantic-segmentation' of https://github.…
vqdang 1061231
UPD: fix grammar
vqdang cdb31a9
UPD: fix name
vqdang 6893a8d
UPD: snake case
vqdang 618f3a3
UPD: lower cases
vqdang d7e4a03
UPD: rename variables
vqdang 9f57852
UPD: remove `patch_size` from abc
vqdang b0a02a7
UPD: add tests
vqdang 24fb6ee
UPD: capitalize args in doc
vqdang dc55746
UPD: capitalize
vqdang e4a43eb
Merge branch 'feature-model-semantic-segmentation' of https://github.…
vqdang 0788179
UPD: sync merge
vqdang e7dcfa4
UPD: fix init binding
vqdang cef5016
UPD: Update docs
vqdang 6afbf83
UPD: add more tests
vqdang b3ff7b6
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang ab7669a
UPD: fix formatting
vqdang 5b6ed0f
UPD: fix formatting
vqdang 912d1df
UPD: fix formatting
vqdang 4138d8f
UPD: set flag for travis
vqdang feae706
UPD: improve doc
vqdang 57aa665
UPD: add pygeos to requirement
vqdang 18c0588
DOC: Add Crossrefs To Docstring For build_graph_dict
John-P 90492e8
MAIN: Rename Graph Tools File
John-P f1719dd
DOC: Update Module Docstring
John-P a959713
STY: Rename Graph Construction Function
John-P 0270e51
MAINT: Remove Default Threshold From connect_points
John-P 5fe4e49
STY: Rename connect_points to delaunay_adjacency
John-P 5dea9c8
UPD: turn on travis capture on the go
vqdang 769e0e7
TST: Fix Import For Graph Tests
John-P 29c729f
TST: Update Test Imports
John-P 588e9f1
TST: Add Missing Args To Tests
John-P 126e503
DOC: Minor Docstring Correction
John-P 39246b6
DOC: Minor Docstring Edit
John-P c700154
DOC: Explain lambda_h Better In Docstring
John-P 3b2eb13
TST: Improve Test Coverage
John-P 85832df
MAINT: Remove Unneccesary Try Catch
John-P 806524b
TST: Add Tests To Improve Coverage
John-P 78b93c8
MAINT: Correct Typo
John-P 56e8473
DOC: Add Line Breaks
John-P d0f6806
Update graph.py
wenqi006 5dcad7f
Update graph.py
wenqi006 f9efe83
STY: Format With Black
John-P 127af91
DOC: Correct Example Docstring
John-P 99352ec
DOC: Edit Docstring Description
John-P b36cd4a
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 51ac545
BUG: fix copy pasting error
vqdang 3d561c2
UPD: swap to 1k x 1k svs
vqdang de8aa03
UPD: fix tests
vqdang 6ba8fe8
UPD: remove test code
vqdang 88a12d4
UPD: fix form
vqdang 85dc82c
UPD: doc spacing
vqdang f17b2c3
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 9fa6a51
UPD: fix bcss test
vqdang 412fb7a
Merge branch 'develop' into feature-graph-construction
John-P 9c4b39b
MAINT: Remove Label Argument
John-P a784549
TST: Remove Redundant Test
John-P c5a52cb
DOC: Minor Docstring Edit & Refactor
John-P fa35daf
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 648ea15
Squashed Merge Nucleus Instance Segmentation
vqdang da20881
Merge branch 'feature-graph-construction' of https://github.com/TIA-L…
vqdang 9f7e916
DOC: Add Graph To Usage In Docs & Hide Signature Type Hints
John-P 6a25f71
UPD: shortcut for importing
vqdang 7749db4
UPD: protype testing
vqdang f1f0a9e
UPD: simplify model arch
vqdang b724b93
UPD: add explanation
vqdang 6f7dad3
UPD: track
vqdang e02dd19
UPD: track
vqdang 8c21ae6
UPD: add shortcut
vqdang 5199e2b
UPD: temporary placement
vqdang 603a68c
UPD: fix cell placements
vqdang d371ed4
UPD add viz graph
vqdang 2cdc74d
UPD: add graph viz
vqdang 33b4d2b
UPD: remove integrity test
vqdang 7e7df6b
FIX: wrong reference variable
vqdang 484c960
FIX: mutually exclusive test split
vqdang 529d3c4
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 7a8a610
UPD: reduce test time
vqdang f15cc38
UPD: travis OOM
vqdang 7b69798
UPD: dummy to test first
vqdang 090644d
UPD: travis probe
vqdang 03eb7c2
UPD: travis probe
vqdang 88a81c1
UPD: add metric test file
vqdang ab9210a
UPD: simplify tests
vqdang 56b9403
UPD: remove hanging return
vqdang d02b39f
UPD: simplify and split tests
vqdang b6d8245
UPD: placement
vqdang a7e09dc
UPD: add test
vqdang 3634289
UPD: test coverage
vqdang 60712cf
UPD: turn off GPU
vqdang 76a63ef
UPD: remove
vqdang 9124759
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang dbab555
UPD: travis probe
vqdang 3a27a68
UPD: tests to ensure same training/infer results
vqdang 8912d10
UPD: clean up
vqdang efabf3a
UPD: coverage test
vqdang 28687f9
UPD: renaming
vqdang 7e8f7d0
UPD: fix format
vqdang 6e632f3
UPD: fix GPU flag
vqdang b9476e4
UPD: track
vqdang a6788ff
UPD: move file
vqdang 11e25db
ENH: Add Option To Not Remoe Features
John-P e8e3831
Merge branch 'feature-graph-construction' of https://github.com/TIA-L…
vqdang 79f889f
UPD: add composition features
vqdang 18e5c4d
UPD: change read space to match assumption in doc
vqdang 62436e1
UPD: rename
vqdang 0d2f0d5
UPD: update ioconfig def and delegation
vqdang f381600
UPD: add tests
vqdang f1318b5
UPD: fix format
vqdang 37e63b0
UPD: turn on Travis
vqdang 463b2f7
UPD; fix enumerate
vqdang 15db406
UPD: add flags
vqdang a86d530
UPD: add tests
vqdang 9bdde5d
Merge branch 'bugfix-patch-predictor-io-config-delegation' of https:/…
vqdang 7e2988a
Merge branch 'bugfix-filter-coordinates-read-wrong-resolutions' of ht…
vqdang c143b24
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 748d3f6
UPD: migrate
vqdang 5968b8c
UPD: US to British
vqdang d121dd9
UPD: fix import
vqdang 831afed
Merge branch 'bugfix-patch-predictor-io-config-delegation' of https:/…
vqdang 7e4d933
Merge branch 'bugfix-filter-coordinates-read-wrong-resolutions' of ht…
vqdang 6c6eba0
UPD: add dtype test
vqdang 9b50d83
UPD: travis flag
vqdang 558dc6a
UPD: add doc
vqdang e0f7f60
UPD: name change
vqdang 8eb4d2e
UPD: add doc
vqdang e86ba68
UPD: readthedoc
vqdang 1a35590
UPD: update flags
vqdang d430856
Merge branch 'feature-model-segmentation' of https://github.com/TIA-L…
vqdang ed89b4a
UPD: add fix
vqdang 6d17a8f
UPD: delegate to merge func
vqdang b6005d8
Merge branch 'bugfix-patch-predictor-io-config-delegation' of https:/…
vqdang 67be08c
UPD: revert
vqdang 4e8bec3
UPD: add track
vqdang 1b525db
UPD: fix logging
vqdang e2734fe
UPD: track
vqdang 7f32e23
UPD: track
vqdang 649c422
UPD: track
vqdang f61601b
DOC: Proof-Reading Changes To Notebook
John-P 9ad4958
DOC: Proof-Reading Edits
John-P a1304af
DOC: Proof-Reading Edits
John-P 042988e
DOC: Add Hyperlinks
John-P 113bb1f
DOC: Proof-Reading Edits
John-P 8f5286c
DOC: Proof-Reading Edits
John-P 6b803b0
DOC: Proof-Reading Edits
John-P da686b3
DOC: Proof-Reading Edits
John-P a23603b
DOC: Proof-Reading Edits
John-P 4f6b359
DOC: Proof Reading Edits
John-P 8585e4d
UPD: tack
vqdang 66ab98a
Merge branch 'example-slide-graph-pipeline' of https://github.com/TIA…
vqdang 20b7242
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 575a7d3
[skip travis]: Add Davis Update
vqdang 667219b
[skip travis]: Add cells for overwriting run setup
vqdang 5f4860f
[skip travis] UPD: Add plotting node activations
vqdang e233552
UPD: add colab badge
vqdang 24dadb1
UPD: add tests
vqdang 6db2af9
UPD: remove .py
vqdang 5f96731
UPD: change the colormap
vqdang d6f3bc5
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 155c080
UPD: sync name
vqdang 6df9925
UPD: fix text
vqdang 7c9463f
UPD: fix heading
vqdang 3953a54
UPD: add tests
vqdang eee32d5
UPD: change args
vqdang 6ce3e3f
UPD: text
vqdang c6937e4
UPD: refactor
vqdang 327dc42
UPD: fix format
vqdang 2833ffd
[skip travis] UPD: update figures + text
vqdang abebd4d
UPD: coverage
vqdang 17b12d9
[skip travis] UPD: fix name
vqdang de28300
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang 75f5585
UPD: Add notebook just for inference
vqdang 3e67f0a
[skip travis] UPD: edit text in main notebook
vqdang da780bd
[skip travis] UPD: Fix quote block seperation
vqdang 0bea20b
[skip travis] UPD: fix typo
vqdang ad29ea1
[skip travis] UPD: quote seperation
vqdang 779002c
[skip travis] UPD: Add license
vqdang b33ab7c
[skip travis] UPD: chang text
vqdang 7300563
[skip travis] UPD: fix text
vqdang c5b83c3
Merge remote-tracking branch 'origin/example-slide-graph-pipeline' in…
wenqi006 fe2f8ba
Notebook for ER status prediction using SlideGraph+
wenqi006 44b8c33
UPD: Fix scaler
vqdang b112523
[skip travis] UPD: migrate notebook
vqdang e5537b3
[skip travis]: Add Davis changes to inference text
vqdang e2d21d7
[skip travis] UPD: remove pygeos
vqdang faf3bac
[skip travis] UPD: to shapely
vqdang 2623813
[skip travis] UPD: Add Davis changes
vqdang 68ca3fd
[skip travis] UPD: change folder
vqdang 266b1d6
[skip travis]: Add instructions for colab/kaggle
vqdang 03d8454
[skip travis] UPD: fix format
vqdang fdea631
Merge remote-tracking branch 'origin/example-slide-graph-pipeline' in…
wenqi006 afed667
Add trained models and inference part.
wenqi006 1a6f301
Merge branch 'develop' into example-ER-slidegraph-pipeline
shaneahmed 79b17ee
Merge branch 'develop' of https://github.com/TIA-Lab/tiatoolbox into …
vqdang f4ee4df
[skip travis] UPD: add link for pretrained ER
vqdang 6a3d3fd
[skip travis] UPD: remove misc
vqdang ccad88b
[skip travis] UPD: remove linkage
vqdang a8a3670
[skip travis] UPD: fix text
vqdang 909c6dc
[skip travis] UPD: fix typo
vqdang 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 hidden or 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 hidden or 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.
@shaneahmed URLs are here, all of them are for ER