Machine Learning with Qlik Sense

  Рет қаралды 43,972

Nabeel Asif

Nabeel Asif

Күн бұрын

Пікірлер: 48
@MrDavisv
@MrDavisv 5 жыл бұрын
This is the first video I’ve seen that does an excellent job explaining SSE with Python and Qlik. Really great, thank you so much!
@davidking8125
@davidking8125 4 жыл бұрын
Great work and great efforts, Nabeel. An awesome demo with great and useful use cases with localized real data and self-developed extensions.
@adityachoudhury293
@adityachoudhury293 5 жыл бұрын
What an insight, good job. I have just started python SSE with Qlik and this is going to help me implement/apply ML models to my datasets. Thank you much!
@markmonfort29
@markmonfort29 5 жыл бұрын
Have just started working with this great set of tools today - works fantastically well so give it a go!
@joshuabradshaw1647
@joshuabradshaw1647 Жыл бұрын
Thank you for this great share!!
@ScrewedUp
@ScrewedUp 6 жыл бұрын
Thanks for sharing, very nice examples and video.
@Walleggwp
@Walleggwp 4 жыл бұрын
I’m super impressed. I want to be as good at analytics like you.
@Eli-xk2qg
@Eli-xk2qg 10 ай бұрын
Hi Nabeel, Awesome demo!!! Do you know if this extension is available for Qlik Cloud (SaaS)? Thanks
@Luca-ee9ym
@Luca-ee9ym 3 жыл бұрын
Thank you for this tutorial!
@sungkuan6982
@sungkuan6982 5 жыл бұрын
Good job, thanks for sharing!
@josecardenas3682
@josecardenas3682 5 жыл бұрын
Simply fantastic.
@shyambutani8618
@shyambutani8618 4 жыл бұрын
I am super excited :)
@David__
@David__ 6 жыл бұрын
Nice work Nabeel! Thanks for sharing :)
@nabeelasif7662
@nabeelasif7662 6 жыл бұрын
Thanks David! Glad you saw it.
@shiwaniers_
@shiwaniers_ 4 жыл бұрын
Hi Nabeel, your demonstration of the Python SSE looks amazing! Really awesome work! I am trying to deploy your solution on our Qlik Sense server, however when I run the Init file, it says that it is not possible to install HDBScan. A week earlier I did not have this problem on my local machine. Would you know how I could solve this? I already tried installing HBDScan via the CMD and pip. This works succesful, but I am not sure where to put the file in the virtual environment.
@nabeelasif7662
@nabeelasif7662 4 жыл бұрын
Hi Shiwanie, can you raise an issue here: github.com/nabeel-oz/qlik-py-tools/issues. The issue template will ask for some additional details which will help me diagnose the problem.
@dominikkeller6453
@dominikkeller6453 5 жыл бұрын
Hey Nabeel, awesome work! But i have one question. can i use this only in an qliksense enviroment? We are using qlikview.
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Hi Dominik, Thanks! Server-Side Extensions work with QlikView as well. There's more information available here: github.com/qlik-oss/server-side-extension
@dominikkeller6453
@dominikkeller6453 5 жыл бұрын
@@nabeelasif7662 Thank you!
@domiho123
@domiho123 5 жыл бұрын
Very nice, thank you
@pratik6447
@pratik6447 4 жыл бұрын
Hi Nabeel, Is there any step by step guide to install this in QlikSense Server from scratch,
@dvadithala
@dvadithala 5 жыл бұрын
Nice one. I take you are still training your models in Python? What kind of data volumes have you tried? Is there a sweet spot with the data volumes and SSE integration?
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Thanks! Yes the model is being trained in Python using scikit-learn. Qlik is calling certain functions in the SSE that automate the ML pipeline. The communication between Qlik and Python is using gRPC, which is quite performant. The transmission of data takes much lesser time than the training itself.
@shivajichowdary85
@shivajichowdary85 5 жыл бұрын
Nice work Nabeel can we start building our own custom script ... if we can please publish a video that would help us a lot :) :)
@fabiofernandes1075
@fabiofernandes1075 5 жыл бұрын
Great Job!
@meeslow
@meeslow 5 жыл бұрын
Thanks for sharing this. In your video you mentioned that you've used expressions for the upper and lower limits for the forecast. Are you abel to share the format of such expressions?
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Sure, you can find that information under the Usage section on the GitHub project: github.com/nabeel-oz/qlik-py-tools#usage. You'll find documentation and sample apps at the link. To answer your question, you can control what the function returns by passing parameters e.g. 'return=yhat_upper' to get the upper limit.
@elliotkaye3773
@elliotkaye3773 5 жыл бұрын
Really want to begin using this solution, however when running the Qlik-Py-Init batch file I encounter the same errors during the installation of packages, namely spaCy and HDBSCAN. When I run Qlik-Py-Start, i get error message in cmd window: File "__main__.py", line 30, in from _clustering import HDBSCANForQlik File "..\qlik-py-tools-5.1\qlik-py-env\core\_clustering.py", line 16, in import hdbscan ModuleNotFoundError: No Module named 'hdbscan'. Can you tell me where I may be going wrong ?
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Hi Elliot, you can raise an issue at github.com/nabeel-oz/qlik-py-tools/issues. I'll need to see the errors from Qlik-Py-Init to tell you what's going wrong. First thing I'd check is if you're using the right version of Python (this SSE uses 3.6.x) and whether you have installed VS Build Tools with the C++ compiler.
@xixill6382
@xixill6382 5 жыл бұрын
Hi Nabeel, thank you very much for sharing! An error happened to me and I do not know how to solve it: when I initiate the Qlik-Py-Start, it showed " ERROR: fbprophet: Importing plotly failed. Interactive plots will not work." Do you have any idea of solving that? Thanks!
@khnabeelasif
@khnabeelasif 5 жыл бұрын
Hi Xixi, you can ignore that error. One of the libraries I use has had a new release with functionality that's only relevant for interactive Python notebooks. I expect they'll have a fix to remove the message in the next release.
@xixill6382
@xixill6382 5 жыл бұрын
@@khnabeelasif Thank you for the prompt reply! I really appreciate that! I copied your fbprophet function in video, but it did not show any plot graph after applying it... Probably it does influence?
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
@@xixill6382 , I'd recommend you head to the GitHub page for this project and check the documentation on forecasting. You may have missed some steps to get the forecast working: github.com/nabeel-oz/qlik-py-tools#usage
@niteenkumar9251
@niteenkumar9251 5 жыл бұрын
Hi Nabeel, amazing stuff to increase productivity. I am facing issue installing the extension v.3.8 on my desktop version of QlikSense (Novemeber 2018). I followed each step mentioned by you to install the extension on Qliksense Desktop. I executed (run) the bat file. As expected, 3 folders are created 1.0 qlik-py-env , 2.0 core & 3.0 generated. I also changed the setting to (SSEPlugin=PyTools,localhost:50055;R,localhost:50050). After doing all the steps I, would expect to find the extension under custom objects. However, for some reason, i cant see the extension when i open QlikSense desktop. Could you kindly guide/help me, please?
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Hi Niteen, this is a Server Side Extension so it will run as an independent application that provides capabilities to the Qlik engine. Continue from installation step 5 to run Qlik-Py-Start.bat.
@niteenkumar9251
@niteenkumar9251 5 жыл бұрын
@@nabeelasif7662 Thanks for your prompt reply. Much appreciated.
@Guilopes99
@Guilopes99 5 жыл бұрын
Whole day of work doing amazing Excel graphics, just to come home, watch this and feel like shit. Amazing clip! What's your source for Qlik tips?
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Haha! For Qlik in general try out Qlik Community. There’s also free content on the official Qlik KZbin channel and the Qlik Continuous Classroom. For server side extensions you can start with the GitHub page for the project: github.com/qlik-oss/server-side-extension
@Guilopes99
@Guilopes99 5 жыл бұрын
@@nabeelasif7662 thanks! how would you rate Qlik vs PowerBI? I cant get along with qlik because it's not easy to properly format and design everything.
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
@Guilherme, I work for Qlik so shouldn’t comment on that! But do check out the “What’s new in Qlik” videos on KZbin to see how the platform has been evolving.
@Guilopes99
@Guilopes99 5 жыл бұрын
@@nabeelasif7662 okay, thank you for your honesty. I was introduced to qlik on a business intelligence course and I find it really useful, but I was so used to the ease of formatting stuff in Office that I felt I couldn't do such data visualization in Qlik as I did there. I'm way too much of a beginner to have a valid opinion already anyways hahah
@ccrecoakpal805
@ccrecoakpal805 5 жыл бұрын
Hi Nabeel, I am new to this python SSE integration I followed your installations steps to install for the extension v.4.0 on my desktop version of QlikSense after installing when I open qliksense desktop, in function editor/expression editor pytools function is not showing can please post installation video for qlik sense desktop
@nabeelasif7662
@nabeelasif7662 5 жыл бұрын
Hi AkPal, I don't quite have the time to do an installation video at the moment. For your issue, check that you have Qlik-Py-Start.bat running without errors and that you configured the analytics connection for Qlik Sense Desktop: help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Introduction/configure-analytic-connection-desktop.htm
@sangeethantonysamy-dhs-con5554
@sangeethantonysamy-dhs-con5554 5 жыл бұрын
Hi Nabeel, I am trying to integrate the Python with Qlik sense desktop with the steps you have mentioned in the Github (github.com/nabeel-oz/qlik-py-...) After installing the required prerequisites (Python 3.6 version, Qlik Desktop and Microsoft Visual C++ Build Tools), I am still facing the below issue, after I execute the Qlik-Py-Init.bat, windows.bat file "error: Command "C:\Program Files (x86)\Microsoft Visual " failed with exit status 2" Please suggest any solution, if you could help me out on this!! Thank you so much for the support and great work
@meriembelaiba6809
@meriembelaiba6809 5 жыл бұрын
Hello nabeel, can i get your email please? I really need your help.thanks
Data Science with Qlik Sense and Python
41:46
Mark M
Рет қаралды 19 М.
Advanced Forecasting with Qlik and Deep Learning
10:35
Nabeel Asif
Рет қаралды 9 М.
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 29 МЛН
Inside Out 2: BABY JOY VS SHIN SONIC 3
00:19
AnythingAlexia
Рет қаралды 6 МЛН
Qlik Sense - K-Means Clustering for Shopping Mall
10:02
BI and Data Analytics by Piya
Рет қаралды 3,3 М.
Set Analysis: taking the next steps - Qlik Sense
14:37
Qlik Help
Рет қаралды 42 М.
Qlik Sense Advanced Analytics Toolbox ( Integration with R )
14:21
STT - Top 10 Qlik Sense Enterprise Visualization Best Practices
39:23
Qlik Best Practices: Performance and Optimization
48:50
QlikView, Qlik Sense - учебник, обучение, видео, курс, блог, создание приложений, архитектура
Рет қаралды 14 М.
Qlik Python ShowCases
8:08
Christof Schwarz
Рет қаралды 22 М.