Top "Linear-regression" questions

for issues related to linear regression modelling approach

How to get a regression summary in Python scikit like R does?

As an R user, I wanted to also get up to speed on scikit. Creating a linear regression model(s) …

python r scikit-learn linear-regression summary
Cost Function, Linear Regression, trying to avoid hard coding theta. Octave.

I'm in the second week of Professor Andrew Ng's Machine Learning course through Coursera. We're working on linear regression and …

machine-learning octave linear-regression
Linear Regression on Pandas DataFrame using Sklearn ( IndexError: tuple index out of range)

I'm new to Python and trying to perform linear regression using sklearn on a pandas dataframe. This is what I …

python pandas scikit-learn dataframe linear-regression
Are there any Linear Regression Function in SQL Server?

Are there any Linear Regression Function in SQL Server 2005/2008, similar to the the Linear Regression functions in Oracle ?

sql-server-2005 sql-server-2008 statistics linear-regression
Linear Regression with a known fixed intercept in R

I want to calculate a linear regression using the lm() function in R. Additionally I want to get the slope …

r regression linear-regression lm
AnalysisException: u"cannot resolve 'name' given input columns: [ list] in sqlContext in spark

I tried a simple example like: data = sqlContext.read.format("csv").option("header", "true").option("inferSchema", "true").load("/databricks-datasets/samples/…

python apache-spark linear-regression
Why do I get only one parameter from a statsmodels OLS fit

Here is what I am doing: $ python Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on …

python pandas linear-regression statsmodels
Linear Regression in Javascript

I want to do Least Squares Fitting in Javascript in a web browser. Currently users enter data point information using …

javascript jquery statistics flot linear-regression
How to force zero interception in linear regression?

I'm a bit of a newby so apologies if this question has already been answered, I've had a look and …

python numpy scipy linear-regression
How to Loop/Repeat a Linear Regression in R

I have figured out how to make a table in R with 4 variables, which I am using for multiple linear …

r loops repeat linear-regression