Expand description
Validation utilities
Functionsยง
- check_
consistent_ length - Check if X and y have compatible shapes
- check_
finite - Check if value is finite (generic over floating point types)
- check_
in_ range - Check if value is in a specific range
- check_
matmul_ compatible - Check if arrays have compatible shapes for matrix multiplication
- check_
n_ features - Check if array has the expected number of features
- check_
non_ negative - Check if value is non-negative (generic over numeric types)
- check_
positive - Check if value is positive (generic over numeric types)