Skip to content
Open

Test #16

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Salary_ML.py
  • Loading branch information
bernalp authored Apr 7, 2023
commit ddb1cd852fb55667f3371f96d05d5d4df0e3d8ab
2 changes: 1 addition & 1 deletion Salary_ML.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def clean_data(df):
X = df
return X, y

def find_optimal_lm_mod(X, y, cutoffs, test_size = .30, random_state=42, plot=True):
def find_optimal_lm_mod(X, y, cutoffs, test_size = .25, random_state=42, plot=True):
'''
INPUT
X - pandas dataframe, X matrix
Expand Down