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
because of this default:
age_bins = np.arange(35, 75, 1)
even if you're data is not between 30-80 (subset, different, whatever) - it'll still show 30-80
set the default more data aware
The text was updated successfully, but these errors were encountered:
because of this default:
age_bins = np.arange(35, 75, 1)
even if you're data is not between 30-80 (subset, different, whatever) - it'll still show 30-80
set the default more data aware
The text was updated successfully, but these errors were encountered: