You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current PAR model only has one sampling method with a bunch of different arguments. The functionality in that method can essentially be split up into the two methods above.
The text was updated successfully, but these errors were encountered:
When doing this change, we can also fix #1052: In sample_sequential_columns the columns provided as context_columns can be in any order. (We can simply reorder them if as needed.)
Problem Description
As a user, it would be helpful to have a clear understanding of how to sample sequential data whether I have to provide the context or not.
Acceptance criteria
Add the following methods to the
PARSynthesizer
sample
sample_sequential_columns
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: