Logistic regression is not a solution for underfitting in regression models, as it is used primarily for classification problems rather than regression tasks. If underfitting occurs, it means that the model is too simple to capture the underlying patterns in the data. Solutions include using a more complex regression model like polynomial regression or increasing the number of features in the dataset.
Other options like adding a regularization term for overfitting (Lasso or Ridge) and using data cleansing and feature engineering are correct methods for improving model performance.
[Reference: Huawei HCIA-AI Certification, AI Model Debugging and Optimization., , , ]
Submit