-
Notifications
You must be signed in to change notification settings - Fork 0
Experiments
Minh Le edited this page Mar 23, 2019
·
2 revisions
To run the jupyter notebook on Hoffman, 3 things must be done.
-
Port forwarding the server when SSH into hoffman server.
ssh -N -f -L 8080:localhost:8080 <hoffman user>@<hoffman host id> -
Run the notebook server when SSH'd in without browser.
remote_user@remote_host$ ipython notebook --no-browser --port=8080 -
Open up the jupyter notebook on local browser at `localhost:8080
The current experiment files include
-
MIMIC_models_with_deepset_experiments.ipynb- deep set embedding models
2.MIMIC_models_with_BOW_inputs_experiments.ipynb - Bag of word models
-
MIMIC_hospital_visit_experiment.ipynb- WIP