Tabular models: Add option to randomize ids #329
Labels
feature request
Request for a new feature
resolution:duplicate
This issue or pull request already exists
Problem Description
Current primary key ids are generated sequentially. It would be interesting to have an option to generate them in a random order.
Expected behavior
The
sample
method of the tabular models should include arandom_ids
(defaultFalse
) that if set toTrue
would make theids
be generated in random order.The text was updated successfully, but these errors were encountered: