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...
by Dr. Owns | Apr 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
The model hallucinated! It was giving me OK answers and then it just started hallucinating. We’ve all heard or experienced it. Natural Language Generation models can sometimes hallucinate, i.e., they start generating text that is not quite accurate for the prompt...
by Dr. Owns | Apr 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Recently, I’ve been interviewing Computer Science students applying for data science and engineering internships with a 4-day turnaround from CV vetting to final decisions. With a small local office of 10 and no in-house HR, hiring managers handle the entire process....
by Dr. Owns | Apr 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction EVALUATE is the statement to query tabular models. Unfortunately, knowing SQL or any other query language doesn’t help as EVALUATE follows a different concept. EVALUATE has only two “Parameters”: A table to show A sort order (ORDER BY) You can pass a...
by Dr. Owns | Apr 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Image by author This article explores how browser-based computational notebooks — particularly the WLJS Notebook — can transform static slides into dynamic, real-time experiences. This approach isn’t limited to presentations; you can prepare interactive lecture notes...