In mathematics, softmax function maps a K-dimensional arbitrary real vector to another K-dimensional probability vector. Based on the properties of softmax function, the fitted values obtained from the pre-trained algorithm for each time series are transformed into probabilities. According to the adjusted softmax function, the method with a smaller score value in the candidate methods for each time series has a larger probability than the other methods. Consequently, the appropriate methods for each time series can be picked based on the obtained probabilities.
1 | softmax.fun(msis)
|
x |
a dataframe with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.