-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: remove set project dir * refactor: move db to lib (#29) * refactor: adds a project file structure class * refactor: remove st and state dependency from connections db * refactor: unifies db queries for state population * refactor: move tag count to lit * refactor: moves metrics loading and its deps to lib (#36) * refactor: dataframe validation and decoupling outliers computation * refactor: adds lost changes due to merge conflicts * refactor: decouple img utils * refactor: metric explorer (#40) * refactor: restructure metrics explorer statistics components * moves pagination to a separate component * moves get_histogram to a lib * avoid using string enum value for embedding type * split and decouple similarities and embeddings from explorer * Refactor/decouple model quality pages (#46) * chore: Add local ci-tests script to gitignore. * refactor(model-quality): move data logic to lib - move data.py an map_mar.py from app to lib - add pandera schemas - refactor data frame merging for reuse - use session state setdefault for caching prediction data - Type inputs to map_mar computations - schemas for model data frames - refactor grid view - redefine prediction scope - metric charts - move charts to lib * refactor: export utils (#43) * refactor: export actions utils * refactor: dataset balancing * refactor: move cli helper to lib * Chore/gitignore (#45) chore: Add local ci-tests script to gitignore. * refactor: lib restructure (#47) * refactor: move metric from common to metrics * refactor: dataset balance module * refactor: adds sandbox projects module * moves project stuff to project dir * rename type definitions back to metric * rename metrics files * rename embedding files * rename encord project to utils * encrod action utils * moves common embeddings to utils * reorganize writers * moves tester to execute * model predictions reader * model predictions filters * fix isort and black * fix mypy errors * fix(imports): broken imports after refactor * fix: remove print * fix: wrong dir in project fetch meta * refactor: consolidated state and bugfixes (#56) * refactor: consolidate state * state cleanup and state mutator * adds a lazy state initialization and some more cleanup * refactor: organize state files * removes global state const * remove generic multiselect * remove mutliselect * more cleanup of predictions state * fix multiselect values * completely gets rid of predictions state * Fix: convert imported polygon points to absolute values (#52) fix: unnormalize polygon points * adds db module * fix missing similarities missing imports * fix: double annotator stats title (#55) fix: remove duplicate title Co-authored-by: Gorkem Polat <[email protected]> Co-authored-by: Frederik Hvilshøj <[email protected]> * fix: linting error * delete test file Co-authored-by: Frederik Hvilshøj <[email protected]> Co-authored-by: Frederik Hvilshøj <[email protected]> Co-authored-by: Gorkem Polat <[email protected]>
- Loading branch information
1 parent
36f3418
commit 2507f54
Showing
121 changed files
with
3,752 additions
and
3,154 deletions.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.