scale_wind_values: Scaling Wind Speed on Train and Test Data

Description Usage Arguments Value

View source: R/scale_wind_values.R

Description

Scales wind speed on train data to between 0 and 1. Then applies the same coefficients to test data.

Usage

1
scale_wind_values(train, test, exclude_head, exclude_tail)

Arguments

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.

Value

list of scaled train and test data respectively


canhakan/canhakan1 documentation built on Dec. 19, 2021, 1:48 p.m.