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
When using the predict_dataframe, a column named frame_y appears (possibly since I used pd.merge). The column name should be modified and the documentation should be added to let the users understand what it is. Note the values can have different values from those for the frame index when the minimum frame in the dataframe is larger than zero.
The text was updated successfully, but these errors were encountered:
When using the
predict_dataframe
, a column namedframe_y
appears (possibly since I usedpd.merge
). The column name should be modified and the documentation should be added to let the users understand what it is. Note the values can have different values from those for theframe
index when the minimum frame in the dataframe is larger than zero.The text was updated successfully, but these errors were encountered: