Feature/outerbounds design system update#3
Merged
Conversation
Agent that: - Critiques the business value of current ML task - Identifies gaps in evaluation methodology - Proposes evolution paths toward practical value - Provides implementation guidance for improvements Uses opus model for deeper analysis and web search for industry context. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
emattia
force-pushed
the
feature/outerbounds-design-system-update
branch
from
December 9, 2025 03:21
5445c5c to
4f06e26
Compare
Removed unused functions that were leftover from earlier development iterations: - model.py: config_from_annotations(), predict_fresh() - eval.py: compare_models() - cards.py: historical_metrics_chart() - data.py: get_top_movers() All flows (Ingest, BuildDataset, Train, Evaluate, Promote) verified working. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add complete color scales (green, yellow, purple, red, blue) - Update variable naming to match official spec - Add GT America font family with system fallbacks - Update background to sand-100 per design system
EvaluateDetectorFlow: - Add explicit None checks for Config.get() which may return None in some Metaflow runtime environments even when key exists - Ensures eval_data_source defaults to "eval_holdout" reliably BuildDatasetFlow: - Add validation after temporal split to fail early if training set would be empty (all data in holdout period) - Add warning when training samples < 100 - Prevents downstream TrainDetectorFlow from failing with cryptic sklearn "Expected 2D array, got 1D array" error 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use hosted Outerbounds logo from docs.outerbounds.com - Add Lock Y Axes checkbox to card comparison modal - Improve compare modal header styling with sand background - Clean up trailing whitespace in CSS variables 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add lag feature imputation with forward-fill within configurable limits - Add minimum history requirement per coin (filter coins with <6 snapshots) - Add log transform for skewed features (market_cap_to_volume) - Add gap detection flag for temporal discontinuities - Add outlier clipping beyond N standard deviations - Add inspect_datasets.py script for cross-branch dataset comparison - Enable [dev-assets] config to read from main branch during local dev - Document cross-branch data access workflow in README 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🚧 crypto_anomaly updated!🗂️ Project:
|
…oard Added reload_metaflow_config() that refreshes the Outerbounds auth token every 30 minutes to prevent auth timeouts in long-running dashboard processes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🚧 crypto_anomaly updated!🗂️ Project:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.