dbleek commited on
Commit
f00267d
1 Parent(s): 9a55ba3

added code link

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,6 +16,7 @@ Project for CS-GY-6613 Spring 2023
16
  For documentation regarding the model training, please the Colab notebook here: https://github.com/dbleek/cs-gy-6613-project/blob/milestone-4/dmb443_csgy_6613_project_model_trainer.ipynb
17
 
18
  ## Writing the App
 
19
 
20
  First, I loaded the January 2016 HUPD data again and filtered out any applications from the validation dataset that were neither accepted nor rejected. I used applications only from the validation dataset in absence of a test set, since they were only used during the validation phase of training. I then randomly selected five accepted applications and five rejected applications to use as my app's sample data.
21
 
 
16
  For documentation regarding the model training, please the Colab notebook here: https://github.com/dbleek/cs-gy-6613-project/blob/milestone-4/dmb443_csgy_6613_project_model_trainer.ipynb
17
 
18
  ## Writing the App
19
+ Code: https://github.com/dbleek/cs-gy-6613-project/blob/main/milestone-3.py
20
 
21
  First, I loaded the January 2016 HUPD data again and filtered out any applications from the validation dataset that were neither accepted nor rejected. I used applications only from the validation dataset in absence of a test set, since they were only used during the validation phase of training. I then randomly selected five accepted applications and five rejected applications to use as my app's sample data.
22