Question 16

Which of the following decisions is BEST as a test approach for the described situation?
Choose ONE option (1 out of 4)
  • Question 17

    Which statement regarding flexibility and adaptability of AI-based systems is correct?
    Choose ONE option (1 out of 4)
  • Question 18

    Which ONE of the following tests is LEAST likely to be performed during the ML model testing phase?
    SELECT ONE OPTION
  • Question 19

    Which of the following is a technique used in machine learning?
  • Question 20

    A bank wants to use an algorithm to determine which applicants should be given a loan. The bank hires a data scientist to construct a logistic regression model to predict whether the applicant will repay the loan or not.
    The bank has enough data on past customers to randomly split the data into a training data set and a test
    /validation data set. A logistic regression model is constructed on the training data set using the following independent variables:
    Gender
    Marital status
    Number of dependents
    Education
    Income
    Loan amount
    Loan term
    Credit score
    The model reveals that those with higher credit scores and larger total incomes are more likely to repay their loans. The data scientist has suggested that there might be bias present in the model based on previous models created for other banks.
    Given this information, what is the best test approach to check for potential bias in the model?