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
Instead of just offering interpolate_nan=bool for e.g. linear_regression we should allow a keyword like how=... to say either to interpolate nans, propagate nans, or drop them for slope calculation.
The text was updated successfully, but these errors were encountered:
Instead of just offering
interpolate_nan=bool
for e.g.linear_regression
we should allow a keyword likehow=...
to say either to interpolate nans, propagate nans, or drop them for slope calculation.The text was updated successfully, but these errors were encountered: