Skip to content

Latest commit

 

History

History

gas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.