Question 145:
You work for a startup shirt manufacturer that has come up with a new manufacturing process for shirts that is very stylish and has become very popular since your company ran an online Kickstarter fundraiser and shipped its first line of shirts. You now want to use machine learning to classify your shirt styles as either conservative or not based on customer feedback on your website. This classification information will help your designers target new designs based on the customer perception of your current offerings. You have gathered your data from your website comments and ratings. You have also performed feature engineering of your data. You are now ready to run several model tuning jobs, as many as needed, even if you have to run hundreds of them, to find the best version of your XGBoost model. You plan to do this by running many hyperparameter tuning jobs that test the range of hyperparameters you have available to you. Since you have decided on using a binary classifier algorithm and based on the business problem you are trying to solve, you have decided you need to measure the success of a hyperparameter tuning job based on precision and recall. Which XGBoost metric is the best objective on which to evaluate your model?
Answer options:
A.accuracy B.error C.F1 D.MAE (Mean Absolute Error) E.MAP (Mean Average Precision) F.merror