From 297d600e9026f16c4c2a3efdcf9eeb364b3730d0 Mon Sep 17 00:00:00 2001 From: Hasan Patel Date: Thu, 28 Dec 2023 10:18:17 -0500 Subject: [PATCH] Update README.md Fixed a type Write Python Section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d31607a..7936f30 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Adapted from the [Awesome ChatGPT repo](https://github.com/f/awesome-chatgpt-pro > Prompt: I want you to act as a data scientist and code for me. I have trained a `[model name]`. Please write the code to tune the hyperparameters. ## 4. Explore Data -> Prompt: I want you to act as a data scientist and code for me. I have a dataset of `[describe dataset]`. Please write code for data visualisation and exploration. +> Prompt: I want you to act as a data scientist and code for me. I have a dataset of `[describe dataset]`. Please write code for data visualization and exploration. ## 5. Generate Data > Prompt: I want you to act as a fake data generator. I need a dataset that has x rows and y columns: `[insert column names]`