qlik-py-tools icon indicating copy to clipboard operation
qlik-py-tools copied to clipboard

Data Science algorithms for Qlik implemented as a Python Server Side Extension (SSE).

Results 25 qlik-py-tools issues
Sort by recently updated
recently updated
newest added

Hi Nabeel, I am using this tool on premises and it's working great for forecasting with prophet. We are now migrating to Saas and I would love to keep my...

enhancement

Shouldn't line 246 in core/_prophet.py be if len(self.input_df) - self.input_df.y.isnull().sum() < 2: instead of if len(self.input_df) - self.input_df.y.isnull().sum()

Describe the bug Qlik-Py-Init runs perfectly with no errors... then when running Qlik-Py-Start with admin rights, with CLI open, it takes a few secs to display "Press any key to...

installation

**Describe the bug** A clear and concise description of the bug. **Screenshots** If applicable, add screenshots from `Qlik-Py-Init` to show the full error message. **Environment:** - OS [e.g. Windows Server,...

installation

**Describe the bug** Qlik-Py-Init runs perfectly with no errors... then when running Qlik-Py-Start with admin rights, with CLI open, it takes a few secs to display "Press any key to...

installation

I am trying to create a NLP model in Qlik using PyTools for a work project. However, when I attempt to train and test the model I get an error...

I'm trying to put these samples on our QSE server for our data science team to play with. I'm having to track down or recreate a lot of data (CSV,...

**Describe the bug** I've created a daily prediction model. The data I am trying to predict should have only data for the weekdays Mon - Fri. I noticed that the...

bug

I have successfully installed the server extension on Qlik. However when I take the Sample_App_Prophet test app it doesn't work. I need Help ! ![image](https://user-images.githubusercontent.com/51434778/121198344-5a323980-c872-11eb-9c5f-7e4cd1503dbb.png)

**Describe the bug** Good day, I am using the [Association Rules Analysis with Efficient-Apriori](https://github.com/nabeel-oz/qlik-py-tools/blob/master/docs/Association-Rules.md) segment of PyTools. I have already managed to run successfully the [example provided](https://github.com/nabeel-oz/qlik-py-tools/blob/master/docs/Sample-App-Market-Basket.qvf) using the [UCI...

bug