rMIDAS icon indicating copy to clipboard operation
rMIDAS copied to clipboard

Handle id columns explicitly

Open tsrobinson opened this issue 5 months ago • 0 comments

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:

  1. Allow users to specify an id column and remove it from the training data, before concatenating it back at the end of the pipeline
  2. Convert an id column to a numeric representation

tsrobinson avatar Sep 17 '24 20:09 tsrobinson