Skip to content

Commit adffc94

Browse files
Update pzmm_generate_complete_model_card.ipynb
Our preprocess function was missing 'Education_Some_college' and 'Education_HS_grad' in the input_cols
1 parent a789660 commit adffc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pzmm_generate_complete_model_card.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
" \"MartialStatus_Married_AF_spouse\", 'MartialStatus_Married_civ_spouse', 'MartialStatus_Never_married', 'MartialStatus_Divorced', 'MartialStatus_Separated', \n",
579579
" 'MartialStatus_Widowed', 'Race_White', 'Race_Black', 'Race_Asian_Pac_Islander', 'Race_Amer_Indian_Eskimo', 'Race_Other', 'Relationship_Husband', \n",
580580
" 'Relationship_Not_in_family', 'Relationship_Own_child', 'Relationship_Unmarried', 'Relationship_Wife', 'Relationship_Other_relative', 'WorkClass_Private',\n",
581-
" 'Education_Bachelors'\n",
581+
" 'Education_Bachelors', 'Education_Some_college', 'Education_HS_grad'\n",
582582
" ]\n",
583583
" # OHE columns must be removed after data combination\n",
584584
" predictor_columns = ['Age', 'HoursPerWeek', 'WorkClass_Private', 'WorkClass_Self', 'WorkClass_Gov', \n",

0 commit comments

Comments
 (0)