Welcome to the Age of AI
Unless you’ve been living in a secluded hut on the side of a remote mountain in Nepal, you’ve probably heard major chatter about AI in the last few months. First,...continue reading.
Unless you’ve been living in a secluded hut on the side of a remote mountain in Nepal, you’ve probably heard major chatter about AI in the last few months. First,...continue reading.
Recently, I wrote a blog post stating that I’m starting to use Python for most of my data science work. And I’m starting to recommend Python as the data science...continue reading.
Recently, I wrote a blog post stating that I’m starting to use Python for most of my data science work. And I’m starting to recommend Python as the data science...continue reading.
There are multiple data science languages to choose from. The most popular being R and Python. Many people will tell you to learn both. Learn R AND Python. I think...continue reading.
The first question that aspiring data scientists ask me is “what is the best data science language … which should I learn.” And almost always, this is framed as a...continue reading.
In this tutorial, I’ll show you how to use the Numpy transpose function. I’ll explain what the function does, how the syntax works, and I’ll show you step-by-step examples of...continue reading.
In this tutorial, I’ll explain the Numpy copy function. I’ll explain the syntax of np.copy and show you a clear example of how to use it. If you need something...continue reading.
I’m creating an AI moderator for social media using reinforcement learning (RL). My goal is to reduce toxicity/outrage and increase …Continue reading →continue reading.
I have recently updated my extensive analysis of the popularity of data science software. This update covers perhaps the most important section, the one that measures popularity based on the...continue reading.
I’m creating an AI moderator for social media using reinforcement learning. The goal is to reduce toxicity/outrage and increase civility …Continue reading →continue reading.
Here is the task: how to append two tables using R Markdown? The need arose because I was demonstrating to graduate students in a research methods course how to prepare Table...continue reading.
At the useR! 2022 Conference, the world-renowned Mayo Clinic announced that after 20 years of using SAS Institute’s JMP software, they have migrated to the BlueSky Statistics user interface for...continue reading.
In this tutorial, I’ll show you how to use Numpy load to load Numpy arrays from stored npy or npz files. So I’ll explain what Numpy load does, I’ll explain...continue reading.
This tutorial will show you how to save your Numpy datasets with Numpy save. It explains what the function does, explains the syntax, and shows step-by-step examples of how to...continue reading.
This tutorial will show you how to use Numpy meshgrid. It will explain what the meshgrid function does, explain the syntax, and show you clear examples to help develop your...continue reading.
This tutorial will show you how to use the geom_smooth function in R. It explains what geom_smooth does, explains the syntax, and shows step-by-step examples of how to use this...continue reading.
In this blog post, I’ll explain how to use the Pandas isna technique. I’ll describe what the technique does, explain the syntax, and I’ll show you clear examples of how...continue reading.
I have just updated my detailed reviews of Graphical User Interfaces (GUIs) for R, so let’s compare them again. It’s not too difficult to rank them based on the number of...continue reading.
In this tutorial, I’ll show you how to use the Sklearn Linear Regression function to create linear regression models in Python. I’ll quickly review what linear regression is, explain the...continue reading.
Data Science take-home challenges will definitely get you out of your comfort zone. But you know what? That’s a good thing – it’s the only zone in which you’ll learn...continue reading.