* webui logpath and document (#135)
* Add webui document and logpath as a href
* fix tslint
* fix comments by Chengmin
* Pai training service bug fix and enhancement (#136)
* Add NNI installation scripts
* Update pai script, update NNI_out_dir
* Update NNI dir in nni sdk local.py
* Create .nni folder in nni sdk local.py
* Add check before creating .nni folder
* Fix typo for PAI_INSTALL_NNI_SHELL_FORMAT
* Improve annotation (#138)
* Improve annotation
* Minor bugfix
* Selectively install through pip (#139)
Selectively install through pip
* update setup.py
* fix paiTrainingService bugs (#137)
* fix nnictl bug
* add hdfs host validation
* fix bugs
* fix dockerfile
* fix install.sh
* update install.sh
* fix dockerfile
* Set timeout for HDFSUtility exists function
* remove unused TODO
* fix sdk
* add optional for outputDir and dataDir
* refactor dockerfile.base
* Remove unused import in hdfsclientUtility
* Add documentation for NNI PAI mode experiment (#141)
* Add documentation for NNI PAI mode
* Fix typo based on PR comments
* Exit with subprocess return code of trial keeper
* Remove additional exit code
* Fix typo based on PR comments
* update doc for smac tuner (#140)
* Revert "Selectively install through pip (#139)" due to potential pip install issue (#142)
* Revert "Selectively install through pip (#139)"
This reverts commit 1d174836d3146a0363e9c9c88094bf9cff865faa.
* Add exit code of subprocess for trial_keeper
* Update README, add link to PAImode doc