Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 731 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 731 Bytes

Recommendation Deck for Flight Price Prediction using Regression Algorithms

This team project is the implementation of an Independent Study program at Celerates x MSIB Kampus Merdeka Batch 6 that focuses on Data Science and Data Analytics.

We use regression algorithms by generating machine learning models, which are Linear Regression and Random Forest, also deep learning models, which is Neural Networks. After generating the model, model evaluation is performed to compare model performance. The best model, Random Forest, has the lowest probability of prediction error. The model is then optimised using hyper-parameter tuning techniques, such as Randomised Search and Grid Search, to see the precision of the model.