├── CONTRIBUTING.md ├── DEBUGGING.md ├── DEVELOPING.md ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── data ├── Data.csv ├── data_files.zip └── sample_config.txt ├── doc └── source │ └── image │ ├── add_credentials.png │ ├── add_file.png │ ├── add_obj_stg_credentials.png │ ├── architecture.png │ ├── bluemix_service_nlu.png │ ├── copy_credentials.png │ ├── create_notebook.png │ ├── define_project.png │ ├── new_project.png │ ├── results.png │ └── service_credentials.png └── notebook └── get_recommendations.ipynb /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DEBUGGING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/DEBUGGING.md -------------------------------------------------------------------------------- /DEVELOPING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/DEVELOPING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/README.md -------------------------------------------------------------------------------- /data/Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/data/Data.csv -------------------------------------------------------------------------------- /data/data_files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/data/data_files.zip -------------------------------------------------------------------------------- /data/sample_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/data/sample_config.txt -------------------------------------------------------------------------------- /doc/source/image/add_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/add_credentials.png -------------------------------------------------------------------------------- /doc/source/image/add_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/add_file.png -------------------------------------------------------------------------------- /doc/source/image/add_obj_stg_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/add_obj_stg_credentials.png -------------------------------------------------------------------------------- /doc/source/image/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/architecture.png -------------------------------------------------------------------------------- /doc/source/image/bluemix_service_nlu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/bluemix_service_nlu.png -------------------------------------------------------------------------------- /doc/source/image/copy_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/copy_credentials.png -------------------------------------------------------------------------------- /doc/source/image/create_notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/create_notebook.png -------------------------------------------------------------------------------- /doc/source/image/define_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/define_project.png -------------------------------------------------------------------------------- /doc/source/image/new_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/new_project.png -------------------------------------------------------------------------------- /doc/source/image/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/results.png -------------------------------------------------------------------------------- /doc/source/image/service_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/doc/source/image/service_credentials.png -------------------------------------------------------------------------------- /notebook/get_recommendations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/generate-insights-from-data-formats-with-watson/HEAD/notebook/get_recommendations.ipynb --------------------------------------------------------------------------------