Website: Instructional Support

35 Must-Try ChatGPT Prompts for Data Science Enthusiasts


Our Recommendation

We recommend this resource because it helps instructors learn about different ways students might be able to use ChatGPT to complete data science-related tasks. We believe it can also give instructors ideas for creating/revising their assignments.

When it comes to data science, there's always more to learn and explore. In this article, we'll dive into 35 engaging ChatGPT prompts that will help you enhance your skills and knowledge in various areas of data science. From machine learning models to code optimization, these prompts will challenge and inspire you.

ChatGPT for Data Science: Building Machine Learning Models

1. Train a Classification Model

Prompt: I want you to act as a data scientist and code for me. I have a dataset of [describe dataset]. Please build a machine learning model that predicts [target variable].

2. Automatic Machine Learning with TPOT

Prompt: I want you to act as an automatic machine learning (AutoML) bot using TPOT for me. I am working on a model that predicts [...]. Please write Python code to find the best classification model with the highest AUC score on the test set.