Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Flight Price Prediction
|
3 |
+
emoji: ✈️
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
# Flight Price Prediction
|
14 |
+
|
15 |
+
- I did this project just to perform some next-level feature engineerings to elevate the performance of this model.
|
16 |
+
- I have also created a GUI using HTML, Bootstrap, CSS, and implemented the backend in Flask for this project and will be uploading that on Heroku soon.
|
17 |
+
- Actually, this was a Kaggle problem.
|
18 |
+
- Initially, I used RandomForestRegressor but that was not giving very satisfying results, so I used RandomSearchCV to find the best hyperparameters and came up with a good model with an R2 score of around 0.82.
|
19 |
+
- Also used ExtraTreeRegressor to visualize the importances of all the features.
|
20 |
+
- Just run `app.py` to see the GUI on localhost.
|
21 |
+
|
22 |
+
Do visit my blog for better explanations: [Machine Learning Projects](https://machinelearningprojects.net/flight-price-prediction/)
|
23 |
+
|
24 |
+

|