From 85cca560ac02c810d48f8b528687fabd1190a77b Mon Sep 17 00:00:00 2001 From: manaknight Date: Thu, 1 Feb 2024 18:19:43 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62a9721..74578c6 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ We want to test your ability to research and solve a problem. Steps: 1. Import sales_data_sample.csv into panda and create a dataframe -2. Make a flask api that we can ask natural language question and we can give back a human answer based on the data in your dataframe. You decide which algorithm you would you and explain why. +2. Make a flask api that we can ask natural language question and we can give back a human answer based on the data in your dataframe. You decide which algorithm you would you and explain why. For example: What is my top earning sale item? Which city has my best sales? -3. I want you to make a simple filtering flask api that given an order, you can tell if customer is male or female. So pass in the order id and get gender back. +3. I want you to make a simple filtering flask api that given an order, you can tell if customer is male or female. So pass in the order id and get gender back. Cannot use openai for this. You need to figure it out or find an algorithm that works. -4. I want you to make a simple recommendation engine where user can pass in a month to the flask api and get back a recommendation for a trend happening or anomaly in that month. +4. I want you to make a simple recommendation engine where user can pass in a month to the flask api and get back a recommendation for a trend happening or anomaly in that month. You need to figure it out or find an algorithm that works.