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
Right now there are two separate dataframes; pr_df and review_df due to them being of different resolution. This can be overcome by treating each row as an event, and duplicating the features from pr_df to the rows coming from review_df based on PR number (number). At least so far, I did not find any good reason for why to keep them separate.
The text was updated successfully, but these errors were encountered:
Right now there are two separate dataframes;
pr_df
andreview_df
due to them being of different resolution. This can be overcome by treating each row as an event, and duplicating the features frompr_df
to the rows coming fromreview_df
based on PR number (number
). At least so far, I did not find any good reason for why to keep them separate.The text was updated successfully, but these errors were encountered: