Bericht MLUGS Treffen im April 2017

18. April 2017

Protokoll

Vorstellungsrunde

1 Nachzügler

kaggle Hands-On Titanic dataset

a) using kaggle-website: - https://www.kaggle.com/c/titanic/kernels -> new script - i.e. https://www.kaggle.com/mfandreas/titanic/first-try/edit

b) running in docker locally - https://github.com/Kaggle/docker-python

docker run -v $PWD:/tmp/working -w=/tmp/working -p 8888:8888 --rm -it kaggle/python jupyter notebook --no-browser --ip="0.0.0.0" --notebook-dir=/tmp/working --NotebookApp.token=''

Notebook zur letzten Lösung: https://www.kaggle.com/mfandreas/titanic/mlugs-hands-on/notebook

next