You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Names of team members that participated in this review: Salma Schwartzman, Garrett Spooner, Rees Payne
Describe the goal of the project.
The project is aiming to understand the difference in average pay for various tech jobs
Observing through filter of companies inside US and outside US
Describe the data used or collected, if any. If the proposal does not include the use of a specific dataset, comment on whether the project would be strengthened by the inclusion of a dataset.
The dataset is ai-jobs.net which is a website for posting tech jobs and analyzing different trends in job data
Site collects anonymous information about salary from different professionals and make it publicly available
Site shows data collected from 2021, 2022, and 2023
Describe the approaches, tools, and methods that will be used.
Made a scatterplot with linear regression line comparing average salary per year by job title
Made a 99% confidence interval
Additional scatterplot comparing salaries by year for US companies versus non US companies
Logistic regression looking at the probability of whether your an analyst or engineer based on salary
Made means and medians (summary stats) for salary of each job title for US and non US companies
Provide constructive feedback on how the team might be able to improve their project. Make sure your feedback includes at least one comment on the statistical reasoning aspect of the project, but do feel free to comment on aspects beyond the reasoning as well.
Don't explain they "why"; e.g. why 99% confidence interval, why logistic regression, etc.
Provide summary statistics but no explanation as to why this is an effective analysis, what it's telling us, or what implications it has
Graph labeled "Plot of Salaries by Year, US and Non US" could be made more effective is a box plot is used because year is a categorical variable
What aspect of this project are you most interested in and would like to see highlighted in the presentation.
Plot labeled "Average Salary per Year by Job Title" should be highlighted because it clearly demonstrates the trends and the relationship between the two variables
Were you able to reproduce the project by clicking on Render Website once you cloned it? Were there any issues with reproducibility?
YES
No issues
Provide constructive feedback on any issues with file and/or code organization.
Missing labels
What have you learned from this team's project that you are considering implementing in your own project?
We found similar issues on our own project in terms of a lack of explanation
They also have a variety of different plots which we could implement in our own project
Peer review by: The Great Group 3
Names of team members that participated in this review: Salma Schwartzman, Garrett Spooner, Rees Payne
Describe the goal of the project.