Skip to content

Assignment 2#2

Open
abeerkhe wants to merge 2 commits into
mainfrom
assignment-2
Open

Assignment 2#2
abeerkhe wants to merge 2 commits into
mainfrom
assignment-2

Conversation

@abeerkhe
Copy link
Copy Markdown
Owner

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

Uploading Assignment 2.

What did you learn from the changes you have made?

Using Python for OLS and testing the root mean square best fit.

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

N/A

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

I had a number of challenges with AttributeError on the second question because of not fully understanding the numeric_predictors need, and especially an Attribute Error returning from the "predictor" assignment for the coefficiencts dataframe. I reviewed the code and Google searches to realize I had to remove ".columns" from "predictor":numeric_predictors.columns because the numeric_predictors is already a 1D array.

How were these changes tested?

Lots of re-running code until the right iteration worked.

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

N/A

Checklist

  • I can confirm that my changes are working as intended

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.

1 participant