Nathan-Lovell / DataScience-Nathan-Lovell

DataScience-Nathan-Lovell created by GitHub Classroom
0 stars 0 forks source link

Final Review #2

Open recursory opened 4 years ago

recursory commented 4 years ago

Summary

This project investigated Amazon reviews of cameras and attempted to make a predictive model of how many stars a review gave based on the number of "helpful" votes other users gave it. The report discovered that there wasn't a very clear relationship between these two metrics. The only explanation of the next step for this project is simply to look elsewhere for a better predictor of stars.

Data Preparation

Modeling

Validation

R Proficiency

Communication

Critical Thinking

The explanation of operationalization in the third deliverable does a good job of conveying how the project could be utilized productively, but lacks an explanation of potential consequences that could occur or variables that could affect the outcome of the project and implementation.

NathanLovell commented 4 years ago

Data Preparation and Modeling (17% out of 20%)

I agree with Olivia that I don't go into much detail about data preparation but that is because I believe my data was already pretty tidy. Apart from renaming and splitting my tables into more manageable chunks, I didn't feel much else was needed. My modeling was correctly done, even though no useful correlations could be made.

Validation and Operationalization (18% out of 20%)

I explained what the validation was doing and how companies could use this information. Didn't give myself perfect score because I didn't get any good data. All operationalization was speculated using my failed correlations.

R Proficiency (20% out of 20%)

All of my functions worked and I implemented my knowledge from the class correctly into my portfolio.

Communication (16% out of 20%)

While I didn't always go into the most detail, I tried to provide examples of everything I did. Some technical knowledge is expected in order to understand everything that I did in my portfolio.

Critical Thinking (10% out of 20%)

While I had everything that was needed, I did not go above and beyond to think critically. I could have come up with a better second source to try and make better correlations instead of more of basically the same data.