I\'m following this tutorial to make this ML prediction:
import numpy as np import matplotlib.pyplot as plt from matplotlib import style style.use(\"ggplot\
Just insert the argument between a double square bracket:
regressor.predict([[values]])
that worked for me