""

Ahmed Khalil

Machine Learning - from Mystical to Practical: an in-depth look at feature engineering

Machine Learning - from Mystical to Practical: an in-depth look at feature engineering

Feature Engineering is a crucial step in the process of building a Machine Learning pipeline, as the features will be used by the algorithm as predictors.

Therefore, it’s advisable to prioritise building and optimizing our features to make sure that we start with a robust data model - which will result in our machine learning model achieving good results.

Machine Learning – from Mystical to Practical: Eliminating Data Gaps with Python & SAP Hana

Machine Learning – from Mystical to Practical: Eliminating Data Gaps with Python & SAP Hana

During the implementation of Data Science Projects, we always face cases where we have to decide on the best method of implementation in order for it to be integrated with the pipeline smoothly. The goal is to achieve the most simplistic implementation as the overall design is always complex. We focus on to simplifying our approaches as much as possible so we can keep track of all the steps and modify them easily with minimum implementation/modification time.      

SAP HANA: The King of Data Science Implementations?

SAP HANA: The King of Data Science Implementations?

Some tools can be more productive than others. Throughout our experience in implementing an optimal machine-learning pipeline in production, we have learned to appreciate the raw strength of the combination of SAP HANA with SAP Data Services. The amount of time that can be saved by reformulating the approach and optimizing it to use this combination is significant, compared to a vanilla approach involving usage of Python for data wrangling, cleaning, discovery, and normalization, which are significant aspects of machine learning pipeline development.

MACHINE LEARNING – FROM MYSTICAL TO PRACTICAL: Navigating Through the Ocean of Nulls

MACHINE LEARNING – FROM MYSTICAL TO PRACTICAL: Navigating Through the Ocean of Nulls

In today’s post, we will narrate you our journey navigating through the ocean of NULLs. This is the story of how we moved forward from the mystical, the initial expectations and assumption, to the practical, an actual problem-solving methodology that became an integral and reusable approach of our data science framework.