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.

483 B

  1. This question is validated if the output of the fitted model is:

    LinearRegression(copy_X=True, fit_intercept=[[1], [2.1], [3]], n_jobs=None,
                    normalize=[[1], [2], [3]])
    
  2. This question is validated if the output is:

    array([[3.96013289]])
    
  3. This question is validated if the output is:

    Coefficients:  [[0.99667774]]
    Intercept:  [-0.02657807]
    Score:  0.9966777408637874