Hello everyone.
Please, can the linear regression model be applied to incoming data from a microcontroller to make predictions or the data is supposed to be a database like tinyDB first before the linear regression model will work
Can I get some help?
You need to collect the data into a pair of lists, x(t) and y(t). This is not a big deal in AI2.
See
https://ai2.appinventor.mit.edu/reference/components/datascience.html#Regression
Alright, thank you very much.
I will try and give you a feedback.