You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

442 B

  1. This question is validated if the imp_mean.statistics_ returns:

    array([ 4., 13.,  6.])
    
  2. This question is validated if the filled train set is:

    array([[ 7.,  6.,  5.],
        [ 4., 13.,  5.],
        [ 1., 20.,  8.]])
    
  3. This question is validated if the filled test set is:

    array([[ 4.,  1.,  2.],
        [ 7., 13.,  9.],
        [ 4.,  2.,  4.]])