Can anyone suggest the best way to use the full capabilities of the Machine Learning workbench
Best answer by mateusz.dudek14
Hi.
Machine Learning workbench is just a linux virtual machine with specific limitations on installed packages, memory, disc space and not having root access. Because of that usually it will limit the usage mainly to data manipulations and interconnectivity using PyCelonis, Pandas, Requests, Matplot lib, NumPy and other python packages. Event if you cannot install new linux packages, you can still install new python packages, so that's your biggest limitation.
For me it was mainly used for:
A) Custom python extractor for 3-rd party API services (Hate extractor builder)
B) Custom data manipulation: f.e. using machine learning algorithm like K-means clustering
C) Custom data manipulation: generating charts and maps that cannot be generated in Celonis itself using f.e. Matplotlib for charts and Folium & OpenRouteServices (https://openrouteservice.org/example-avoid-flooded-areas-with-ors/)
D) Workarounds for missing PyCelonis capabilities like listing current celonis users (Example can be found in Celopeers site, I've posted code snippets along with Gulermo)
Best Regards,
Mateusz Dudek
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.