Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 581 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 581 Bytes

Gas prices prediction using regression analysis

This is a very simple regression analysis for predicting gas prices in Guatemala. The original dataset can be found on this link, but it was converted to CSV for easier manipulation.

The algorythm works using a simple SVR model from SKlearn.

SVR plot

The code and results can be found on this file.