Description Usage Arguments Value
View source: R/scale_wind_values.R
Scales wind speed on train data to between 0 and 1. Then applies the same coefficients to test data.
1 | scale_wind_values(train, test, exclude_head, exclude_tail)
|
train |
data where the scaling coefficients are calculated and then applied |
test |
data where scaling done on train is applied to |
exclude_head |
the columns of data that is not subject to lagging process (e.g. date/hour). Will be merged to left-side of the lagged data. |
exclude_tail |
the columns of data that is not subject to lagging process (e.g. production). Will be merged to right-side of the lagged data. |
list of scaled train and test data respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.