I removed the blocking synchronous call which lead to a deadlock in Blazor WASM (or generally in a single threaded environment). I could reproduce the issue with the existing Blazor project under the ...
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.