From 974942d5245f68543d6630a8c847168b5f54266c Mon Sep 17 00:00:00 2001 From: davidportlouis Date: Wed, 30 Jun 2021 22:56:41 +0530 Subject: [PATCH] fixed minor styling issues in comments --- .../avocado_price_prediction_with_lr_py.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avocado_price_prediction_with_linear_regression/avocado_price_prediction_with_lr_py.ipynb b/avocado_price_prediction_with_linear_regression/avocado_price_prediction_with_lr_py.ipynb index 0db93cbc..d76565d5 100644 --- a/avocado_price_prediction_with_linear_regression/avocado_price_prediction_with_lr_py.ipynb +++ b/avocado_price_prediction_with_linear_regression/avocado_price_prediction_with_lr_py.ipynb @@ -12,7 +12,7 @@ "\n", "### Dataset\n", "Avocado Prices dataset has the following features:\n", - " PLU - Product Lookup Code in Hass avocado board.\n", + "* PLU - Product Lookup Code in Hass avocado board.\n", "* Date - The date of the observation.\n", "* AveragePrice - Observed average price of single avocado.\n", "* Total Volume - Total number of avocado's sold.\n",