Question: Fill in the blanks below in the confidence_interval function to generate a 95 % confidence interval for each of our parameters i , including the
Fill in the blanks below in the confidence_interval function to generate a 95 % confidence interval for each of our parameters i , including the intercept term 0 . All of the helper code to extract coefficients from our trained models has been implemented for you already. Hint: For a refresher on confidence intervals, refer to this section in the Data 8 textbook. Pay close attention to how the arrays used below are formatted. What does each row represent? What does each column represent? To get the i th column from a 2D-array, you can use 2D_array[:, i]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
