GPT o1: Data Analysis With New Model
Last Updated on September 17, 2024 by Editorial Team
Author(s): Gencay I.
Originally published on Towards AI.
OpenAI has just released a new model.
This member-only story is on us. Upgrade to access all of Medium.
Created with Abidin Dino AI, to reach it, consider being Paid subscriber to LearnAIWithMe, hereMany benchmarks show the model's intelligence and reasoning improve, and yes, that may be true. However, I need to see it applied in Data Analysis, as I will likely use it.To achieve this, we must divide Data Analysis into multiple parts, as we did in Data Science, starting with Data Exploration and progressing to Modeling.In this comprehensive article, we will go through every stage of Data Science in detail.
Photo by Dean Bennett on UnsplashWe will use this dataset from Kaggle; here is the link. This dataset contains information on player statistics for the 2023β2024 NBA playoffs.
To do that, you can use one of our pre-defined custom functions; check, please.
df.head()
Here is the output.
SS of the OutputAs you can see from the output, the dataset contains several columns, which gives us a good starting point. However, letβs stop and give GPT-o1 a chance to perform these steps for us.
Data Exploration is the first step of Data Analysis. Don't skip this step to do better data analysis; build your model at once. If you skip this step, you… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI