-
Notifications
You must be signed in to change notification settings - Fork 332
Ch15 Alt Text #235
Copy link
Copy link
Open
Description
pancakereport
opened on May 28, 2026
Issue body actions
- 15.0 heights.scatter('MidParent')
- 15.0 heights_with_predictions.scatter('MidParent')
- 15.1 hybrid.scatter('acceleration', 'msrp')
- 15.1 hybrid.scatter('mpg', 'msrp')
- 15.1 suv.scatter('mpg', 'msrp')
- 15.1 suv.scatter('acceleration', 'msrp')
- 15.1 plots.ylim(-3, 3);
- 15.1 plots.ylim(-3, 3);
- 15.1 r_scatter(0.9)
- 15.1 r_scatter(0.25)
- 15.1 r_scatter(0)
- 15.1 r_scatter(-0.55)
- 15.1 t.scatter(0, 1, s=30, color='red')
- 15.1 t.scatter('y', 'x', s=30, color='red')
- 15.1 nonlinear.scatter('x', 'y', s=30, color='r')
- 15.1 line.scatter('x', 'y', s=30, color='r')
- 15.1 outlier.scatter('x', 'y', s=30, color='r')
- 15.1 sat2014.scatter('Critical Reading', 'Math')
- 15.1 The way the image after "The following graph, provided in the paper, should motivate you to go and take a look." is embedded with Python (I think) and doesn't have any good alt text
- 15.2 heights_with_predictions.scatter('MidParent')
- 15.2 heights_with_su_predictions.scatter('MidParent SU')
- 15.2 matplotlib after "The 45 degree line is shown in red."
- 15.2 matplotlib after "The red line is too high to pick off the center."
- 15.2 matplotlib after "That line is the green one shown below."
- 15.2 regression_line(0.95)
- 15.2 regression_line(0.6)
- 15.2 heights_with_predictions.scatter('MidParent')
- 15.2 heights.with_column('Fitted', fit(heights, 'MidParent', 'Child')).scatter('MidParent')
- 15.2 heights.scatter('MidParent', fit_line=True)
- 15.2 baby.scatter('Maternal Height', 'Maternal Pregnancy Weight', fit_line=True)
- 15.3 little_women.scatter('Periods', 'Characters')
- 15.3 lw_with_predictions.scatter('Periods')
- 15.3 lw_errors(lw_reg_slope, lw_reg_intercept)
- 15.3 lw_errors(50, 10000)
- 15.3 lw_errors(-100, 50000)
- 15.3 lw_rmse(50, 10000)
- 15.3 lw_rmse(-100, 50000)
- 15.3 lw_rmse(90, 4000)
- 15.3 lw_rmse(lw_reg_slope, lw_reg_intercept)
- 15.3 lw_rmse(lw_reg_slope, lw_reg_intercept)
- 15.4 shotput.scatter('Weight Lifted')
- 15.4 shotput.with_column('Best Straight Line', fitted).scatter('Weight Lifted')
- 15.4 shotput.with_column('Best Quadratic Curve', shotput_fit).scatter(0)
- 15.5 scatter_fit(heights, 'MidParent', 'Child')
- 15.5 residual_plot(heights, 'MidParent', 'Child')
- 15.5 regression_diagnostic_plots(heights, 'MidParent', 'Child')
- 15.5 regression_diagnostic_plots(dugong, 'Length', 'Age')
- 15.5 regression_diagnostic_plots(hybrid, 'acceleration', 'mpg')
- 15.6 scatter_fit(heights, 'MidParent', 'Child')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.