Skip to content

v.2.3

Compare
Choose a tag to compare
@nabeel-oz nabeel-oz released this 28 May 04:05
· 230 commits to master since this release

Minor Release

This release includes functions for clustering, forecasting and linear correlations.

  • Clustering : Implemented using HDBSCAN, a high performance algorithm that is great for exploratory data analysis.
  • Time series forecasting : Implemented using Facebook Prophet, a modern library for easily generating good quality forecasts.
  • Seasonality and holiday analysis: Also using Facebook Prophet.
  • Linear correlations : Implemented using Pandas.

Change Log v.2.3:

  • The SSE now uses locale settings to get the number format when converting strings to numbers. This approach was taken for Clustering and has now been applied to the Prophet class as well.

qlik-py-tools-2.3.zip
This zip archive only contains the files needed to deploy the SSE. To get the sample apps download the full source code above or get them from the docs.