-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ data workflow: various enhancements (#2706)
* init staging * deprecate meta_expert * update models, cost estimates * integrate oracle into expert * reorder options * make page link wrapper more flexible * make link to expert less verbose * align wizard theme with site * only ignore secrets * remove warning * wip * fix enum * three-state review * minor fix * minor tweak * remove unused var * error if same indicator old=new * fix bug * remove exception catch, so we can debug better * logo placeholder * add confusion matrix tab * confusion matrix if categorical * lint * add reject to owidbot and chart-sync * fix * fix --------- Co-authored-by: Marigold <[email protected]>
- Loading branch information
1 parent
e5d860d
commit bccfd00
Showing
27 changed files
with
835 additions
and
1,504 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ site/ | |
|
||
.wizard | ||
.wizardcfg/* | ||
.streamlit/* | ||
.streamlit/secrets.toml | ||
.ipynb_lock | ||
.execution_time.json | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[theme] | ||
base="light" | ||
primaryColor="#ce261e" | ||
textColor="#333333" | ||
secondaryBackgroundColor="#f0f4fa" |
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
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.