Skip to content

Assignment 2#2

Open
Alexatug wants to merge 2 commits intomainfrom
assignment-2
Open

Assignment 2#2
Alexatug wants to merge 2 commits intomainfrom
assignment-2

Conversation

@Alexatug
Copy link
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I am trying to add code to get information from the dataset and explain some concepts of linear regression.

What did you learn from the changes you have made?

I learnt:
• Data inspection
• Data visualization
• Split datasets into training and testing datasets
• Identify and separate the response variable and predictors
• Train and test single and multivariable linear regression models
• Evaluating linear regression model with RMSPE
• Various associations of line plot in (positive and negative association)

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

None

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

None

How were these changes tested?

None

A reference to a related issue in your repository (if applicable)

None

Checklist

  • I can confirm that my changes are working as intended

Copy link

@fyellow fyellow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job! The assignment is complete. There is a small error in how you calculated rmse : it is the sqroot of (mean square error). You have missed that in final step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants