ML.NET Regression Training model does not affect the prediction
I am using an ML.NET regression model for predicting time series data, yes I know there is class specifically for time series but I need it to have a comparison in my thesis. But when I change the model or even remove it the predicted value does not change.
here is the class with the model: