Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Recent questions tagged linear-regression
0
0 votes
1
1 answer
7.6k
7.6k views
How to calculate the residual errors, (MSE),(MAE), and (RMSE)?
Given the following sample dataset with 5 samples and 2 features:SampleFeature 1Feature 2Actual ValuePredicted Value1234623456345674567856789Calculate the residual errors...
tofighi
116k
points
73
79
101
asked
Jan 26, 2023
Machine Learning
residual
linear-regression
ml-midterm
ml-exercise
machine-learning
ele888-midterm
+
–
0
0 votes
0
0 answers
1.0k
1.0k views
Bankruptcy prediction and credit card
Hello everyone newbie data scientist here.I'm working on a project to predict companies (probability of default) bankruptcy probability and to assign them a credit rating...
Yassine
120
points
1
1
3
asked
Apr 10, 2022
Machine Learning
classification
deep-learning
data-science
linear-regression
+
–
1
1 vote
1
answers
1 answer
4.9k
4.9k views
How to calculate residual errors for linear regression and interpret regression metrics?
Assuming we have a linear regression equation and some data points (sample), how can we calculate residual error for each data point, and total cost based on the metrics ...
tofighi
116k
points
73
79
101
asked
Feb 18, 2020
Machine Learning
machine-learning
linear-regression
residual
mae
mse
rmse
mape
mpe
ml-exercise
ml-midterm
+
–
1
1 vote
1
1 answer
1.8k
1.8k views
How to create def for cross_val_score related to linear regression problem?
def cross_val_score(estimator,X,y,scoring,cv): scores=cross_val_score scores_rmse=np.sqrt(-scores) print('Scores: ',scores_rmse) print("Mean:", scores_rms...
asifsundrani
130
points
1
1
4
asked
Jul 3, 2019
Programming
linear-regression
+
–
1
1 vote
1
1 answer
778
778 views
How do I Plot the linear classifier calculated with LIBLINEAR using sklearn?
Make a scatter plot where the x-axis is the height of the citizens and the y-axis is the weight of the citizens. The color of the points need to be different for males an...
Harsh Grover
130
points
1
1
3
asked
May 16, 2019
Machine Learning
machine-learning
linear-regression
visualization
+
–
1
1 vote
0
0 answers
965
965 views
how can i convert LSTM model to linear regression model?
Here is LSTM predict model and i want to convert Linear Regression.... model.fit(x_train, y_train, epochs=10, batch_size=16) trainPredict = model.predict(x_train) testPre...
kmr1994
210
points
4
4
7
asked
Apr 29, 2019
Machine Learning
machine-learning
linear-regression
+
–
0
0 votes
1
answers
1 answer
1.8k
1.8k views
How to calculate univariate linear regression?
For the following dataset, calculate the regression equation $\hat{y} = ax+b$datasetxy1423501075161002615036200
tofighi
116k
points
73
79
101
asked
Apr 11, 2019
Machine Learning
machine-learning
linear-regression
ml-exercise
+
–
2
2 votes
1
answers
1 answer
6.6k
6.6k views
How to update weights using gradient decent algorithm?
For the below neural network, imagine we are going to use the backpropagation algorithm to update weights. If the Bias (b) in this problem is always 0 (ignore bias when y...
tofighi
116k
points
73
79
101
asked
Mar 28, 2019
Machine Learning
machine-learning
deep-learning
gradient-decent
backpropagation
cost-function
linear-regression
ml-exercise
ele888-final
+
–
1
1 vote
0
0 answers
7.8k
7.8k views
Looking for guidance on whether I have the necessary data to answer a Regression question
Hi everyone.I'm currently working on my final project for a Data Science degree and after a month of literature review, exploratory analysis and model testing, I'm not su...
TomGoncalves
130
points
1
1
3
asked
Mar 24, 2019
Machine Learning
machine-learning
statistics
linear-regression
random-forest
decision-tree
+
–
0
0 votes
1
1 answer
1.2k
1.2k views
What is residual in the context of linear regression?
askds
500
points
6
6
9
asked
Oct 30, 2018
Machine Learning Interview Questions
linear-regression
+
–
1
1 vote
0
0 answers
919
919 views
Please explain Linear Regression with an example?
paper
160
points
1
2
2
asked
Oct 11, 2018
Data Science Interview Questions
data-science
linear-regression
interview
+
–
To see more, click for the
full list of questions
or
popular tags
.