Which Python module and method are used to create a multiple regression model for a given data set? Select one.
Question 3 options:
a.ols method from scipy module
b.linregress method from scipy module
c.ols method from statsmodel module
d.linregress method from statsmodel module