Skip to the content
Best ChatGPT Prompts for Data Science
7 ChatGPT Prompts
- 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]
- 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.
- Can you help me train a [model name]. Please write the code to tune the hyperparameters.
- I have a dataset of [describe dataset]. Please write code for data visualization and exploration.
- I need a dataset that has x rows and y columns: [insert column names].
- Please write me a regex in Python that [describe regex]
- I have a time series dataset [describe dataset]. Please build a machine learning model that predicts [target variable]. Please use [time range] as train and [time range] as validation.