Support vector regression can predict numeric values effectively, and this article shows how to implement and train a kernel SVR model in C# using stochastic sub-gradient descent.
Beta regression models offer a principled framework for modelling outcomes that are continuous and restricted to the interval (0,1), such as proportions, rates and indices of relative performance. By ...