Não consegui criar o gráfico,
ax = sns.scatterplot(x=y_previsto_train, y=y_train) ax.figure.set_size_inches(12,6) ax.set_title('Previsão X Real', fontsize=18) ax.set_xlabels('Consumo de de Cerveja (Litros) - Previsto', fontsize=14) ax.set_ylabels('Consumo de de Cerveja (Litros) - Real', fontsize=14) ax
apareceu os seguintes erros: ValueError: could not broadcast input array from shape (255) into shape (3) ValueError: Shape of passed values is (3, 6), indices imply (255, 6)