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 sample indices are in splitset.samples you can use those to fetch the label classes with Label.to_numpy(sample_indices) and Label.to_pandas(sample_indices).
Don't worry about folds for now.
Reference the lines surrounding np.issubdtype related to bin_count for help determining categorical vs continuous labels
The text was updated successfully, but these errors were encountered:
Problem
We put all of this effort into stratifying [and balancing] samples, but we have no way to visualize that for end users.
Solution
splitset.samples
you can use those to fetch the label classes withLabel.to_numpy(sample_indices)
andLabel.to_pandas(sample_indices)
.np.issubdtype
related tobin_count
for help determining categorical vs continuous labelsThe text was updated successfully, but these errors were encountered: