From 6cdbc4e8ebd987fa82c1abacf21d2461089f5ca3 Mon Sep 17 00:00:00 2001 From: Ganesh-Thorat-01 Date: Mon, 15 Mar 2021 09:51:26 +0530 Subject: [PATCH 1/2] Add to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Contributors.md diff --git a/Contributors.md b/Contributors.md new file mode 100644 index 0000000..da06e74 --- /dev/null +++ b/Contributors.md @@ -0,0 +1 @@ + ** Ganesh Thorat ** \ No newline at end of file From cb3beff92e89b96da74a049e40969fae8f7dc6f7 Mon Sep 17 00:00:00 2001 From: Ganesh-Thorat-01 Date: Mon, 15 Mar 2021 10:00:44 +0530 Subject: [PATCH 2/2] Add to Contributors list --- flight_price.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight_price.ipynb b/flight_price.ipynb index 1ed6477..2bc6412 100644 --- a/flight_price.ipynb +++ b/flight_price.ipynb @@ -4251,7 +4251,7 @@ "metadata": {}, "outputs": [], "source": [ - "model = open('flight_price_rf.pkl','rb')\n", + "model = open('flight_rf.pkl','rb')\n", "forest = pickle.load(model)" ] }, @@ -4308,7 +4308,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.8.5" } }, "nbformat": 4,