Congratulations! You have officially done machine learning using Go. In particular, you have learned about regression models, including linear regression, multiple regression, nonlinear regression, and ridge regression. You should be able to implement basic linear regressions and multiple regressions in Go.
Now that we have our feet wet with machine learning, we are going to move on to classification problems in the next chapter.