1 minute to read - Apr 19, 2023

7+ ChatGPT prompts for Data Science

7+ ChatGPT prompts for Data Science
Empower Your Data Science Journey with ChatGPT: Prompts for Data Science Professionals.
  • 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 predict [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.
loading...