Hello. I'm just trying to play around to get a few models trained. I understand that for time-series forecasing a regression model might work well, so I selected a SimpleLinearRegression model, queried some tag history, and manually imported the tag history data (csv)
It says the model doesn't accept string columns, but all CSV files are obviously strings, and without going to much deeper, I'm questioning wether its a problem with the CSV parser, or something else, and wanted to check here first to see if it's maybe just the model i'm trying to play with.
Thanks guys.