From b26902b62789fc741e9952e184ed43b9dccdea2a Mon Sep 17 00:00:00 2001 From: divby0err Date: Sat, 6 Jun 2020 08:13:07 +0100 Subject: [PATCH] Minor changess --- README.md | 2 ++ Salary_ML.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 531ebfa..1d8de09 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ 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.*. +This is an edit I made to test github. + ## Project Motivation For this project, I was interestested in using Stack Overflow data from 2017 to better understand: diff --git a/Salary_ML.py b/Salary_ML.py index a916a9e..b7c66c2 100644 --- a/Salary_ML.py +++ b/Salary_ML.py @@ -6,6 +6,8 @@ from sklearn.metrics import r2_score, mean_squared_error import seaborn as sns +#This is a change I made + def clean_data(df): ''' INPUT