A machine learning (ML) specialist is building a credit score model for a financial institution. The ML specialist has collected data for the previous 3 years of transactions and third-party metadata that is related to the transactions. After the ML specialist builds the initial model, the ML specialist discovers that the model has low accuracy for both the training data and the test data. The ML specialist needs to improve the accuracy of the model. Which solutions will meet this requirement? (Choose two.)
- AIncrease the number of passes on the existing training data. Perform more hyperparameter tuning. (correct answer)
- BIncrease the amount of regularization. Use fewer feature combinations.
- CAdd new domain-specific features. Use more complex models. (correct answer)
- DUse fewer feature combinations. Decrease the number of numeric attribute bins.
- EDecrease the amount of training data examples. Reduce the number of passes on the existing training data.
Reveal answer & explanationHide answer
The correct answer is A, C. Option A: Increase the number of passes on the existing training data. Perform more hyperparameter tuning. Option C: Add new domain-specific features. Use more complex models.