Skip to content

Problems when running example #2

@AlexPars

Description

@AlexPars

I am running the example using Reference Data from M3 competition, and getting some errors

I was able to solve first error, but stuck at next error

First error was when running dejavu::Similarity function in the example
fc_Simi <- Similarity(AirPassengers, fh = 20, LoadData = TRUE, path = NULL)

bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘ref12.RData’ has magic number 'versi'
Use of save versions prior to 2 is deprecated

I have solved this error by reading the RData files using read.csv, and then saving the output of read.csv using R function save

Second error was when running Similarity with the newly saved RData files
fc_Simi <- Similarity(AirPassengers, fh = 20, LoadData = TRUE, path = NULL)

Error in Forecasting(y.train, fh = fh, nts = nts, Preprocessing = Preprocessing, :
object 'ref_info' not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions