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
There are several issues with the various data structures that need fixing. These fixes will make them much more coherent. I'll list them here:
prepared_model_vis_data.token_table uses a non-unique index, namely the unique id for each term. This needs to be a proper index, as it causes attempts to serialize the DataFrame to fail.
There are several issues with the various data structures that need fixing. These fixes will make them much more coherent. I'll list them here:
prepared_model_vis_data.token_tableuses a non-unique index, namely the unique id for each term. This needs to be a proper index, as it causes attempts to serialize the DataFrame to fail.