2023 Mar 22 3:11 AM
This discussion thread is to submit your solution for Week 3, when participating in the March 2023 developer challenge for SAP Community. The challenge is about "Exploratory Data Analysis with SAP HANA and Python".
Please use this separate thread to ask your questions and discuss issues. Keep this thread for your submissions only.
2023 Mar 22 6:21 AM
2023 Mar 22 8:05 AM
Hello,
Here is my Week 3 Submissions.
https://github.com/SaiNithesh/sap-community-developer-challenge-eda-hana/blob/main/notebooks/challen...
Regards,
Sai Nithesh
2023 Mar 22 9:57 AM
Hello,
My link week3 submission.
https://github.com/UZOIQ4SW/HANA-EDA/blob/main/Week3.ipynb
Thanks and Regards,
Gaurav Phadnis
2023 Mar 23 1:32 PM
2023 Mar 22 1:12 PM
Hi
Here is my Week 3 Submissions.
https://github.com/salimnisar/SAP-community-developer-challenge-eda-hana/blob/main/Week%203.ipynb
Regards,
Salim
2023 Mar 22 1:23 PM
Thank you @former_member122105
How was it?
2023 Mar 22 1:57 PM
Hey Vitaliy-R
Week 3 was a great learning experience. It was a really interesting challenge! I learned a lot .
2023 Mar 22 2:35 PM
2023 Mar 23 11:33 AM
Hello!
Here is submission for week 3:
https://github.com/rcaziraghi/sap-community-developer-challenge-eda-hana/blob/main/notebooks/challen...
I'm really enjoying and learning a lot with this challenge. Very interesting!
Thank you,
Rafael
2023 Mar 23 2:34 PM
Hi Vitaliy,
I am really impressed how efficient querying HANA DB with "panda"-style is. Looking forward to next week.
Little short on time this week: so here goes my uncreative click-through:
Kind Regards, Oskar
2023 Mar 23 3:32 PM
How much time have you spent on this week's notebook, including playing with it a bit, as I see?
Unf. HANA Trial does not include embedded ML functionality, as I saw you were trying to execute at the end. That's why we focus only on the DataFrame module of the hana-ml package during this challenge.
2023 Mar 24 9:28 AM
Yeah. Thanks for confirming. I only wanted to see how far I could get as some of the machine learning helper work nicely. I got stuck on missing "SYSTEM" privileges to add the "scripting"
alter system alter configuration ('daemon.ini', 'SYSTEM') set ('scriptserver', 'instances') = '1' with reconfigure;
Not sure exactly how much time I spent this week as I had to do it in parallel to meetings with limited focus 😉 with some focus I would guess approx 1-2h. So completely fine.
I was wondering if there is a chance to set up the training / DB connection without any local installation - like using google Colab: that would simplify using it for that 99% of the "old" SAP world population (like me) who do not have local installation privileges on their ordinary windows desktops.
2023 Mar 24 9:54 AM
I did not have time to invest in checking Binder or CoLab for this exercise, but @kyvraoaiml wrote they were using CoLab for that: https://groups.community.sap.com/t5/application-development/questions-re-quot-eda-with-sap-hana-quot...
2023 Mar 24 10:00 AM
Enablement of a ScriptServer in HANA database in SAP HANA Cloud is done from the Cloud Central UI: https://help.sap.com/docs/HANA_CLOUD/9ae9104a46f74a6583ce5182e7fb20cb/3dbe5597a2ef4d48a32f42e0eff283... or by using the cli:
But the trial edition has too few vCPUs to enable it.
2023 Mar 23 9:21 PM
2023 Mar 27 4:00 PM
2023 Mar 27 10:24 PM
2023 Mar 28 4:40 PM
2023 Mar 29 11:56 AM
2023 Mar 29 2:00 PM
2023 Mar 29 9:51 PM
I am glad to see that you play a bit with the data and the code too @Sergiu !
2023 Mar 30 6:25 AM
Learning is about breaking complexity into primary elements and exploring something different. 🙂
2023 Mar 31 6:53 AM
2023 Mar 31 2:21 PM
2023 Apr 01 12:21 AM
I liked to see you played a bit with the notebook @richa_dwivedi
Timing of selecting from a few 100s of records won’t be in favor of the database as it would be in case of a few 1000000s of records; so it was for the learning purposes.
Regards.
2023 Apr 02 5:25 AM
2023 Apr 02 8:40 PM
2023 Apr 03 9:13 AM - edited 2023 Apr 03 9:14 AM