Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a67f39b
feat: Week 3 sklearn POC complete + Week 4 Rust extension scaffold
claude Oct 29, 2025
dc46345
docs: Add Week 4 implementation plan and state validation report
claude Oct 29, 2025
5bb4968
feat(week4-day1): Implement ONNX model loading and session caching
claude Oct 29, 2025
8e610c4
feat(week4-day2): Implement DuckDB extension and prediction UDF
claude Oct 29, 2025
1a705be
feat(week4-day3): Implement model registry and schema introspection
claude Oct 29, 2025
6ffdf25
refactor: Remove placeholder code and TODOs for future features
claude Oct 29, 2025
a065c8e
docs: Constitution compliance gap analysis
claude Oct 29, 2025
9265796
feat(phase1): DuckDB integration with catalog and UDF registration
claude Oct 29, 2025
dc40f8c
feat(phase2): Implement embeddings UDF (Constitution Section IV)
claude Oct 29, 2025
3ffdf20
feat(phase3): Implement explainability UDF (Constitution Section V)
claude Oct 29, 2025
9e36e62
docs: Constitution compliance complete (Phases 1-3)
claude Oct 29, 2025
2430b37
docs: Add README and reorganize documentation
claude Oct 30, 2025
d9b3fed
feat(phase4): Complete performance benchmarks and CI/CD pipeline
claude Oct 30, 2025
4ab1a84
fix: Resolve compilation errors (17 errors → 0)
claude Oct 30, 2025
5a3bd56
fix: Resolve final 2 compilation errors
claude Oct 30, 2025
541c246
fix: Resolve CowArray and output_type errors
claude Oct 30, 2025
65fca18
fix: Remove tensor_dimensions call (API not available in ort 1.16)
claude Oct 30, 2025
964470d
fix: Resolve dead_code warning and improve output_shape extraction
claude Oct 31, 2025
d33a308
week 5 complete!
matt-strautmann Oct 31, 2025
258f908
week 6 complete!
matt-strautmann Nov 2, 2025
7ce75f5
Week 7 COMPLETE: SQL → ONNX Pipeline Functional
matt-strautmann Nov 3, 2025
f644b50
week8 complete
matt-strautmann Nov 6, 2025
b84c951
week8 complete
matt-strautmann Nov 6, 2025
3bdb3a2
backup universal tabular encoder
matt-strautmann Nov 7, 2025
a7c5aa2
mallard dev spec
matt-strautmann Nov 7, 2025
20fb454
fix extension loading mechanism
matt-strautmann Nov 11, 2025
a4b2365
status phase 2
matt-strautmann Nov 11, 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
6 changes: 3 additions & 3 deletions .claude-flow/metrics/performance.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"startTime": 1761022865905,
"sessionId": "session-1761022865905",
"lastActivity": 1761022865905,
"startTime": 1762752171117,
"sessionId": "session-1762752171117",
"lastActivity": 1762752171117,
"sessionDuration": 0,
"totalTasks": 1,
"successfulTasks": 1,
Expand Down
Loading
Loading