Skip to content

Assignment 2#2

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

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

Conversation

@AnaKanzaTariq
Copy link
Owner

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

coding

What did you learn from the changes you have made?

coding

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?

n/a

How were these changes tested?

n/a

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

Checklist

  • [y ] I can confirm that my changes are working as intended

Copy link

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

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

Looks good. Please make the following changes:

  1. Question (ii): Add code to determine the data type
  2. Question 4: The question is asking for Root Mean Square predicted error (also called RMSE) instead of percentage value.

@anjali-deshpande-hub
Copy link

A friendly reminder to make the requested review changes in order to complete assignment 2. Thanks!

Copy link

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

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

A friendly reminder to make the requested review changes in order to complete assignment 2. Thanks!

@AnaKanzaTariq
Copy link
Owner Author

Hello,

I'm trying to commit changes but I don't see them appearing here for some reason

assignment 2 gitbash qs 2 ii rmse

Copy link

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

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

Answer to Question (ii) is correct. For Question 4, the answer you have given is percentage value. For RMSE use this code:
rmse = np.sqrt(mean_squared_error(Y_test, Y_pred))

Regarding the trouble you are having checking in the code, we can look at the issue, if you like, in an office period when we resume.

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