by Dr. Owns | Apr 22, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction To put things straight: I will not discuss how to optimize DAX Code today. More articles will follow, concentrating on common mistakes and how to avoid them. But, before we can understand the performance metrics, we need to understand the architecture of...
by Dr. Owns | Apr 22, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
In this article, I’ll give a brief introduction to the MapReduce programming model. Hopefully after reading this, you leave with a solid intuition of what MapReduce is, the role it plays in scalable data processing, and how to recognize when it can be applied to...
by Dr. Owns | Apr 22, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Intro Agents are AI systems, powered by LLMs, that can reason about their objectives and take actions to achieve a final goal. They are designed not just to respond to queries, but to orchestrate a sequence of operations, including processing data (i.e. dataframes and...
by Dr. Owns | Apr 22, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
A new, more inclusive earnings tier When we launched the TDS Author Payment Program back in February, our goal was clear: it was important for us “to reward the articles that help us reach our business goals in proportion to their impact.” Since the program’s launch,...
by Dr. Owns | Apr 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
How many times have you had a messy Jupyter Notebook filled with copy-pasted code just to re-use some data wrangling logic? Whether you do it for passion or for work, if you code a lot, then you’ve probably answered something like “way too many”. You’re not alone....
by Dr. Owns | Apr 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction AWS is a well-known cloud provider whose primary goal is to allocate server resources for software engineers to deploy their applications. AWS offers many services, one of which is EC2, providing virtual machines for running software applications in the...