Skip to content
Snippets Groups Projects
  • Holden Karau's avatar
    2b1111dd
    [SPARK-7888] Be able to disable intercept in linear regression in ml package · 2b1111dd
    Holden Karau authored
    Author: Holden Karau <holden@pigscanfly.ca>
    
    Closes #6927 from holdenk/SPARK-7888-Be-able-to-disable-intercept-in-Linear-Regression-in-ML-package and squashes the following commits:
    
    0ad384c [Holden Karau] Add MiMa excludes
    4016fac [Holden Karau] Switch to wild card import, remove extra blank lines
    ae5baa8 [Holden Karau] CR feedback, move the fitIntercept down rather than changing ymean and etc above
    f34971c [Holden Karau] Fix some more long lines
    319bd3f [Holden Karau] Fix long lines
    3bb9ee1 [Holden Karau] Update the regression suite tests
    7015b9f [Holden Karau] Our code performs the same with R, except we need more than one data point but that seems reasonable
    0b0c8c0 [Holden Karau] fix the issue with the sample R code
    e2140ba [Holden Karau] Add a test, it fails!
    5e84a0b [Holden Karau] Write out thoughts and use the correct trait
    91ffc0a [Holden Karau] more murh
    006246c [Holden Karau] murp?
    2b1111dd
    History
    [SPARK-7888] Be able to disable intercept in linear regression in ml package
    Holden Karau authored
    Author: Holden Karau <holden@pigscanfly.ca>
    
    Closes #6927 from holdenk/SPARK-7888-Be-able-to-disable-intercept-in-Linear-Regression-in-ML-package and squashes the following commits:
    
    0ad384c [Holden Karau] Add MiMa excludes
    4016fac [Holden Karau] Switch to wild card import, remove extra blank lines
    ae5baa8 [Holden Karau] CR feedback, move the fitIntercept down rather than changing ymean and etc above
    f34971c [Holden Karau] Fix some more long lines
    319bd3f [Holden Karau] Fix long lines
    3bb9ee1 [Holden Karau] Update the regression suite tests
    7015b9f [Holden Karau] Our code performs the same with R, except we need more than one data point but that seems reasonable
    0b0c8c0 [Holden Karau] fix the issue with the sample R code
    e2140ba [Holden Karau] Add a test, it fails!
    5e84a0b [Holden Karau] Write out thoughts and use the correct trait
    91ffc0a [Holden Karau] more murh
    006246c [Holden Karau] murp?