diff --git a/Backend/Machine Learning/notebooks/prediction.ipynb b/Backend/Machine Learning/notebooks/prediction.ipynb index 95262c75..87e5426e 100644 --- a/Backend/Machine Learning/notebooks/prediction.ipynb +++ b/Backend/Machine Learning/notebooks/prediction.ipynb @@ -45,7 +45,7 @@ } ], "source": [ - "dataframe = pandas.read_csv('..\\\\Data\\\\Processed Data\\\\Combined Cleaned.csv')\n", + "dataframe = pandas.read_csv('/kaggle/input/weather-data-set-australia')\n", "\n", "print(dataframe.shape)\n", "print(dataframe.head())"