gen_news: Generate the news between two data releases

gen_newsR Documentation

Generate the news between two data releases

Description

Generate the news between two data releases using the method of holding out new data feature by feature and recording the differences in model output

Usage

gen_news(model, target_period, old_data, new_data)

Arguments

model

a trained LSTM model gotten from calling LSTM()

target_period

string in "YYYY-MM-DD", target prediction date

old_data

dataframe of previous dataset

new_data

dataframe of new dataset


dhopp1/nowcastLSTM documentation built on May 7, 2024, 9:30 a.m.