viruthik commited on
Commit
4b29ae3
·
1 Parent(s): 4804fa2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -1,12 +1,24 @@
1
- # Flight-Price-Prediction
2
-
3
- - I did this project just to perform some next level feature engineerings to elevate the performane of this model.
4
- - I have also created a gui using HTML,Bootstrap,CSS and implemnted the backend in Flask for this project and will be uploading that on Heroku soon.
5
- - Actually this was a Kaggle problem.
6
- - Initially I used RandomForestRegressor but that was not giving very satisfying results so I used RandomSearchCV to find best hyerparameters and came up witha a good model with r2 score of around 0.82.
7
- - Also used ExtraTreeRegressor to visualize the importances of all the features.
8
- - Just run app.py to see the gui on local host.
9
-
10
- Do visit my blog for better explanations: https://machinelearningprojects.net/flight-price-prediction/
11
-
12
- ![](ss.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![Screenshot](ss.png)