Skip to content

Commit

Permalink
Update Stock_Price_Prediction
Browse files Browse the repository at this point in the history
 To optimize the workflow and improve efficiency, made changes that remove redundant code.
  • Loading branch information
AYUSHI-SHA committed Oct 4, 2024
1 parent 66aa2ac commit e9e8f5c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Stock_Price_Prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"id": "GxtMzlg-gR2P"
},
"source": [
"## 2. SVR"
"## 2. Support Vector Regression"
]
},
{
Expand Down Expand Up @@ -1070,7 +1070,7 @@
"id": "hcIfVMWdgcKt"
},
"source": [
"## 3. Random Forest"
"## 3. Random Forest Regressor"
]
},
{
Expand Down Expand Up @@ -1769,6 +1769,13 @@
"plt.tight_layout()\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit e9e8f5c

Please sign in to comment.