rMIDAS
rMIDAS copied to clipboard
Handle id columns explicitly
For panel datasets and similar, convert()
can lag/crash when a unique id column has many unique (non-numeric) values, exhausting computer memory.
We can add two levels of functionality here:
- Allow users to specify an id column and remove it from the training data, before concatenating it back at the end of the pipeline
- Convert an id column to a numeric representation