Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jjrunner/stackoverflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kubaid/stackoverflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 5, 2022

  1. Fix spacing

    kubaid committed Aug 5, 2022
    Copy the full SHA
    df34fd7 View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 README.md
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.

## Project Motivation<a name="motivation"></a>
## Project Motivation <a name="motivation"></a>

For this project, I was interestested in using Stack Overflow data from 2017 to better understand:

@@ -30,11 +30,10 @@ There are 3 notebooks available here to showcase work related to the above quest

There is an additional `.py` file that runs the necessary code to obtain the final model used to predict salary.

## Results<a name="results"></a>
## Results <a name="results"></a>

The main findings of the code can be found at the post available [here](https://medium.com/@josh_2774/how-do-you-become-a-developer-5ef1c1c68711).

## Licensing, Authors, Acknowledgements<a name="licensing"></a>

Must give credit to Stack Overflow for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available [here](https://www.kaggle.com/stackoverflow/so-survey-2017/data). Otherwise, feel free to use the code here as you would like!