Skip to content

Commit

Permalink
Demo video and doc updates
Browse files Browse the repository at this point in the history
Added a demonstration video of this SSE's capabilities. Plus corrected colors for the sklearn Predict app and added data source for the training app to Docs.
  • Loading branch information
Nabeel committed Sep 18, 2018
1 parent a5e16e1 commit 1c18122
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down Expand Up @@ -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. <br/><br/>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)<br><br>[Sample App - Facebook Prophet (Simple)](docs/Sample_App_Forecasting_Simple.qvf) | The [qsVariable](https://github.com/erikwett/qsVariable) extension. <br/><br/>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)<br><br>[Sample App - Predict](docs/Sample-App-scikit-learn-Predict.qvf)<br><br>[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.<br><br>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)<br><br>[Sample App - Predict](docs/Sample-App-scikit-learn-Predict.qvf)<br><br>[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.<br><br>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.<br><br>The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
Binary file added docs/HR-Employee-Attrition.xlsx
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down Expand Up @@ -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. <br/><br/>Qlik Sense April 2018 or later to view the multi-layered maps. |
| [Forecasting](Prophet.md) | [Sample App - Facebook Prophet (Detailed)](Sample_App_Prophet.qvf)<br><br>[Sample App - Facebook Prophet (Simple)](Sample_App_Forecasting_Simple.qvf) | The [qsVariable](https://github.com/erikwett/qsVariable) extension. <br/><br/>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)<br><br>[Sample App - Predict](Sample-App-scikit-learn-Predict.qvf)<br><br>[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.<br><br>The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
| [Machine Learning](scikit-learn.md) | [Sample App - Train & Test](Sample-App-scikit-learn-Train-Test.qvf)<br><br>[Sample App - Predict](Sample-App-scikit-learn-Predict.qvf)<br><br>[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.<br><br>If using Qlik Sense Desktop you will need to download the [data source](HR-Employee-Attrition.xlsx) and set up a connection named AttachedFiles.<br><br>The [qsVariable](https://github.com/erikwett/qsVariable) extension. |
Binary file modified docs/Sample-App-scikit-learn-Predict.qvf
Binary file not shown.
Binary file added docs/images/YouTube-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c18122

Please sign in to comment.