diff --git a/README.md b/README.md
index 6578ee6..55cc09c 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
## Table of Contents
- [Introduction](#introduction)
+ - [Demonstration Video](#demonstration-video)
- [Note on the approach](#note-on-the-approach)
- [Pre-requisites](#pre-requisites)
- [Installation](#installation)
@@ -29,6 +30,8 @@ For more information on Qlik Server Side Extensions see [qlik-oss](https://githu
**Disclaimer:** This project has been started by me in a personal capacity and is not supported by Qlik.
+### Demonstration Video
+[![Demonstration Video](docs/images/YouTube-01.png)](https://youtu.be/7E944kz1l5s)
## Note on the approach
In this project we have defined functions that expose open source algorithms to Qlik using the [gRPC framework](http://www.grpc.io/). Each function allows the user to define input data and parameters to control the underlying algorithm's output.
@@ -86,4 +89,4 @@ Sample Qlik Sense apps are provided and each app includes extensive techniques t
| [Correlations](docs/Correlation.md) | [Sample App - Correlations](docs/Sample_App_Correlations.qvf) | None. |
| [Clustering](docs/Clustering.md) | [Sample App - Clustering with HDBSCAN](docs/Sample_App_Clustering.qvf) | The [qsVariable](https://github.com/erikwett/qsVariable) extension.
Qlik Sense April 2018 or later to view the multi-layered maps. |
| [Forecasting](docs/Prophet.md) | [Sample App - Facebook Prophet (Detailed)](docs/Sample_App_Prophet.qvf)
[Sample App - Facebook Prophet (Simple)](docs/Sample_App_Forecasting_Simple.qvf) | The [qsVariable](https://github.com/erikwett/qsVariable) extension.
Use the bookmarks to step through the sheets with relevant selections. |
-| [Machine Learning](docs/scikit-learn.md) | [Sample App - Train & Test](docs/Sample-App-scikit-learn-Train-Test.qvf)
[Sample App - Predict](docs/Sample-App-scikit-learn-Predict.qvf)
[Sample App - Parameter Tuning](docs/Sample-App-scikit-learn-Parameter-Tuning.qvf) | Make sure you run the load for the Train_Test app before using the Predict app.
The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
+| [Machine Learning](docs/scikit-learn.md) | [Sample App - Train & Test](docs/Sample-App-scikit-learn-Train-Test.qvf)
[Sample App - Predict](docs/Sample-App-scikit-learn-Predict.qvf)
[Sample App - Parameter Tuning](docs/Sample-App-scikit-learn-Parameter-Tuning.qvf) | Make sure you run the load for the Train_Test app before using the Predict app.
If using Qlik Sense Desktop you will need to download the [data source](docs/HR-Employee-Attrition.xlsx) and set up a connection named AttachedFiles.
The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
diff --git a/docs/HR-Employee-Attrition.xlsx b/docs/HR-Employee-Attrition.xlsx
new file mode 100644
index 0000000..ef63f79
Binary files /dev/null and b/docs/HR-Employee-Attrition.xlsx differ
diff --git a/docs/README.md b/docs/README.md
index 496c47d..2e66890 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,6 +3,7 @@
## Table of Contents
- [Introduction](#introduction)
+ - [Demonstration Video](#demonstration-video)
- [Note on the approach](#note-on-the-approach)
- [Pre-requisites](#pre-requisites)
- [Installation](#installation)
@@ -29,6 +30,8 @@ For more information on Qlik Server Side Extensions see [qlik-oss](https://githu
**Disclaimer:** This project has been started by me in a personal capacity and is not supported by Qlik.
+### Demonstration Video
+[![Demonstration Video](images/YouTube-01.png)](https://youtu.be/7E944kz1l5s)
## Note on the approach
In this project we have defined functions that expose open source algorithms to Qlik using the [gRPC framework](http://www.grpc.io/). Each function allows the user to define input data and parameters to control the underlying algorithm's output.
@@ -86,4 +89,4 @@ Sample Qlik Sense apps are provided and each app includes extensive techniques t
| [Correlations](Correlation.md) | [Sample App - Correlations](Sample_App_Correlations.qvf) | None. |
| [Clustering](Clustering.md) | [Sample App - Clustering with HDBSCAN](Sample_App_Clustering.qvf) | The [qsVariable](https://github.com/erikwett/qsVariable) extension.
Qlik Sense April 2018 or later to view the multi-layered maps. |
| [Forecasting](Prophet.md) | [Sample App - Facebook Prophet (Detailed)](Sample_App_Prophet.qvf)
[Sample App - Facebook Prophet (Simple)](Sample_App_Forecasting_Simple.qvf) | The [qsVariable](https://github.com/erikwett/qsVariable) extension.
Use the bookmarks to step through the sheets with relevant selections. |
-| [Machine Learning](scikit-learn.md) | [Sample App - Train & Test](Sample-App-scikit-learn-Train-Test.qvf)
[Sample App - Predict](Sample-App-scikit-learn-Predict.qvf)
[Sample App - Parameter Tuning](Sample-App-scikit-learn-Parameter-Tuning.qvf) | Make sure you run the load for the Train_Test app before using the Predict app.
The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
+| [Machine Learning](scikit-learn.md) | [Sample App - Train & Test](Sample-App-scikit-learn-Train-Test.qvf)
[Sample App - Predict](Sample-App-scikit-learn-Predict.qvf)
[Sample App - Parameter Tuning](Sample-App-scikit-learn-Parameter-Tuning.qvf) | Make sure you run the load for the Train_Test app before using the Predict app.
If using Qlik Sense Desktop you will need to download the [data source](HR-Employee-Attrition.xlsx) and set up a connection named AttachedFiles.
The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
diff --git a/docs/Sample-App-scikit-learn-Predict.qvf b/docs/Sample-App-scikit-learn-Predict.qvf
index f2a3873..2a2bb64 100644
Binary files a/docs/Sample-App-scikit-learn-Predict.qvf and b/docs/Sample-App-scikit-learn-Predict.qvf differ
diff --git a/docs/images/YouTube-01.png b/docs/images/YouTube-01.png
new file mode 100644
index 0000000..dcf3be8
Binary files /dev/null and b/docs/images/YouTube-01.png differ