johnneuland
johnneuland
Is it possible to somehow also obtain some sort of training error or answer accuracy percentage after performing polynomial linear regression? Any guide would help big time!
Is it already also possible to use the returned data/results to calculate mean squared error? Could be a built-in functionality or manual method to use after obtaining the results.
## Description I have a screen where I type in the input field and get search results accordingly. The list is rendered within a ScrollView but it still doesn't let...