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
We currently sample 100,000 rows during inference. This spike investigates reducing this number and possibly including a heuristic to change sample size based on the length of the data. In a perfect scenario we'd like to be using 10,000 that can effectively consider the entire dataset (beginning, middle, end) when sampling.
The text was updated successfully, but these errors were encountered:
We currently sample 100,000 rows during inference. This spike investigates reducing this number and possibly including a heuristic to change sample size based on the length of the data. In a perfect scenario we'd like to be using 10,000 that can effectively consider the entire dataset (beginning, middle, end) when sampling.
The text was updated successfully, but these errors were encountered: