Skip to main content

Questions tagged [linear-regression]

Techniques for analyzing the relationship between one (or more) "dependent" variables and "independent" variables.

1 vote
0 answers
47 views

I was given a project where only using Net Media Value and possibily audience considered , I have to try to estimate sales and unit return of media investment. I was asked to try to apply a Monte ...
Ana Branco's user avatar
7 votes
2 answers
181 views

I'm trying to understand why kernel methods are frequently regarded as difficult to interpret. To me, in principle, the model’s parameters are accessible. We are trying to learn $h_{\theta}$ (let's ...
FluidMechanics Potential Flows's user avatar
5 votes
1 answer
84 views

I am not sure if this is the right place to ask, but I have two fecundity datasets per year. One for males, the other for females: To give an excerpt of the data: Gender year number born M 1990 1 M ...
Bugsy's user avatar
  • 53
1 vote
0 answers
44 views

I am working in the field of LIDAR/RADAR and could use your help in exploring certain ideas. I have a certain scenario where I want to map histograms to certain numerical value (distance of object in ...
user3029710's user avatar
5 votes
1 answer
83 views

LinearRegression has an attribute singular_ which returns "singular values of x". According to a definition I found: "singularity is ... when a ...
Moti's user avatar
  • 53
2 votes
1 answer
42 views

After Linear Regression, one of my categorical variable (gender) got OHE and as a result I have 2 coefficient for gender_0 and gender_1. How do I stop Orange from OHE that variable so that I only have ...
calvin choong's user avatar
3 votes
1 answer
113 views

I am running a linear regression model using PySpark, and came across following weird behavior: When I include a constant feature (representing an intercept term), it is ignored completely by Spark. I....
Achrbot's user avatar
  • 139
1 vote
0 answers
52 views

I have curated a dataset from various online sources that contains information about each PGA player's weekly performance/trends. I'm attempting to predict their finishing positions at the next ...
racurry1993's user avatar
-1 votes
1 answer
186 views

I followed from this question1,question2. I have the following task to do: I have time series data. Training by the consecutive 3 days to predict the each 4th day. Each day data represents one CSV ...
S. M.'s user avatar
  • 95
3 votes
1 answer
129 views

I am training a CNN to regress on 4 targets related to a given image. Within the image is a point of interest whose position can be defined by phi, and theta (corresponding to x and y of a normal ...
Jack Stethem's user avatar
0 votes
1 answer
159 views

I have a dataset containing features and a target variable, all of which are numeric values. I wanted to see which variables influence the target variable in what way, if at all, and thought a ...
ryan's user avatar
  • 1
1 vote
1 answer
50 views

I have four independent variables to analyze their influence on one independent variable. One of the independent variables is coded in percentage. How can I determine its influence on the dependent ...
rifkatu's user avatar
  • 11
0 votes
0 answers
63 views

I was wondering if anyone has tried to use a LightGBM to estimate the alpha and beta of a linear regression model. I am looking into this because I am seeking an interpretable model. A direct lgbm ...
Phun's user avatar
  • 101
4 votes
1 answer
663 views

I followed from this question. I have the following task to do: I have time series data. Training by the consecutive 3 days to predict the each 4th day. Each day data represents one CSV file which ...
S. M.'s user avatar
  • 95
3 votes
1 answer
80 views

I am a newbie in machine learning. After days of studying the ideas of machine learning, I have made some conclusions, which are below (I only consider supervised learning). Step 1: Data splitting ...
Student coding's user avatar

15 30 50 per page
1
2 3 4 5
52