scatter plot between the actual value of the variable to be predicted and the prediction of the model.
plot_real_prediction(
real,
prediction,
model = "",
titles = c("Predicciones vs Valores Reales", "Valor Real", "Prediccion")
)
echarts4r plot
the real values in traning-testing.
the prediction values in traning-testing.
the name of the model of the scatter plot.
Labels on the chart
Ariel Arroyo <luis.ariel.arroyo@promidat.com>