From 8aa262a4d825bbec15b434fb7580cc5497099087 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 27 Nov 2023 11:25:50 +0000 Subject: [PATCH] docs(backtesting-sp500): fix some audit question --- subjects/ai/backtesting-sp500/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ai/backtesting-sp500/audit/README.md b/subjects/ai/backtesting-sp500/audit/README.md index be69537f3..fdf200d93 100644 --- a/subjects/ai/backtesting-sp500/audit/README.md +++ b/subjects/ai/backtesting-sp500/audit/README.md @@ -36,7 +36,7 @@ project ###### Does the notebook contain an outliers analysis? -###### Does the notebook contain a Histogram of average price for companies for all variables (saved the plot with the images)? This is required only for **prices.csv** data. +###### Does the notebook contain a graph that shows the average price for each company in the dataset? (saved the plot with the images). ###### Does the notebook identify and describe at least 5 outliers ('ticker', 'date', 'price') by cross-referencing historical stock prices from an external source such as Google?