Skip to content

Experiments

Minh Le edited this page Mar 23, 2019 · 2 revisions

Running Jupyter Notebook Server

To run the jupyter notebook on Hoffman, 3 things must be done.

  1. Port forwarding the server when SSH into hoffman server. ssh -N -f -L 8080:localhost:8080 <hoffman user>@<hoffman host id>

  2. Run the notebook server when SSH'd in without browser. remote_user@remote_host$ ipython notebook --no-browser --port=8080

  3. Open up the jupyter notebook on local browser at `localhost:8080

Experiment Files

The current experiment files include

  1. MIMIC_models_with_deepset_experiments.ipynb - deep set embedding models

2.MIMIC_models_with_BOW_inputs_experiments.ipynb - Bag of word models

  1. MIMIC_hospital_visit_experiment.ipynb - WIP

Clone this wiki locally