Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
741b509
move quality gate thresholds to configs/evaluation.json
emattia Dec 1, 2025
704adb2
add ds-strategist agent for data science critique
emattia Dec 1, 2025
020e769
fix timestamp validation to check visible text only
emattia Dec 1, 2025
7f799d0
add temporal features and prediction logging for crash prediction
emattia Dec 1, 2025
8e7923c
enhance models page validation with version checks
emattia Dec 1, 2025
f5d21ca
add ValidateOutcomesFlow for outcome-based model validation
emattia Dec 1, 2025
245d335
add eval_config to flow_configs in obproject.toml
emattia Dec 1, 2025
8984760
refactor: use Metaflow run tags for champion management
emattia Dec 2, 2025
156b4e5
update flows to use new registry API
emattia Dec 2, 2025
9f6dc4b
enhance dashboard with improved model and data views
emattia Dec 2, 2025
8023813
add aggressive and conservative model config presets
emattia Dec 2, 2025
f86baaa
docs: simplify README for demo users
emattia Dec 2, 2025
ed61be5
Update README.md
emattia Dec 2, 2025
aa6cdb8
fix: add alias property to ModelRef
emattia Dec 2, 2025
8a3c011
feat: use holdout dataset for reproducible evaluation
emattia Dec 2, 2025
1a807f1
Improve image display in README.md
emattia Dec 2, 2025
c682b25
docs: add trigger form parameter tables to README
emattia Dec 2, 2025
f4cf77e
fix: dashboard evaluation status using wrong field
emattia Dec 2, 2025
154af83
fix: scope dashboard model queries by project_branch tag
emattia Dec 2, 2025
fa88aa2
fix: use project namespace for cross-runtime run visibility
emattia Dec 2, 2025
52d261c
fix: dashboard UX improvements for branch scoping and loading states
emattia Dec 2, 2025
5416529
fix: PromoteModelFlow support for Argo run IDs
emattia Dec 2, 2025
5fcf4ec
feat: add intra-flow card comparison for comparing runs over time
emattia Dec 2, 2025
61776d5
fix: Overview page champion detection using Metaflow run tags
emattia Dec 2, 2025
f9baff5
Replace old image with new one in README
emattia Dec 2, 2025
9642cec
delete dev artifacts
emattia Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 0 additions & 141 deletions .claude/agents/lifecycle-runner.md

This file was deleted.

79 changes: 0 additions & 79 deletions .claude/agents/ui-improver.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python3 -m pip install -U requests
python3 -m pip install outerbounds pyyaml
python3 -m pip install -U ob-project-utils==0.2.4rc3
python3 -m pip install -U ob-project-utils

- name: Configure Outerbounds
run: |
Expand Down
Loading
Loading