Support Vector regression (scikit learn) giving the same value

#artificialintelligence 

I'm getting the same values for the variable I want to predict peak electrical load. X is date, y is peak load. I have an idea that I should be using lagged values as my X which should be of the form (no_samples, no_features). I'm trying to predict the load for the last quarter of the year.