When the dataset contains missing values, the prediction function crashes with a ValueError. Steps to reproduce: 1. Load dataset with NaN values. 2. Train model. 3. Run prediction. Expected behavior: Model should handle missing values gracefully.
When the dataset contains missing values, the prediction
function crashes with a ValueError.
Steps to reproduce:
Expected behavior:
Model should handle missing values gracefully.