Expand description
Developer Experience Enhancements
This module provides improved developer experience through better error messages, debugging utilities, and pipeline inspection tools. It focuses on making sklearn-compose more ergonomic and easier to debug.
Structs§
- Breakpoint
- A debugging breakpoint
- Code
Example - Code example to help with debugging
- Debug
Summary - Summary of debugging session
- Developer
Friendly Error - Enhanced error messages with actionable suggestions and context
- Error
Message Enhancer - Error message enhancer that provides developer-friendly error messages
- Execution
Context - Execution context when paused at breakpoint
- FixSuggestion
- A specific suggestion to fix an issue
- Pipeline
Debugger - Debug utilities for pipeline inspection
- Trace
Entry - Entry in the execution trace
- Watch
Expression - Watch expression for monitoring values during debugging
Enums§
- Debug
State - Current debugging state
- Step
Type - Types of stepping through execution
- Suggestion
Priority - Priority levels for fix suggestions