Quando tento rodar o predict, retorna erro.
ValueError: Expected 2D array, got 1D array instead: array=[ 2. 0. 1.5 27. 4. 14. 38. 0.7 10. 1. 4. 16. 12. ]. Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sample.