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
I have tabular data with >100k data points and >20 attributes. The problem is when new user information enters to the system, faiss model should retrieve the most similar users to the query user. However, there are too many missing values in data. At this point, should I use standard imputation techniques(mean, median etc) to replace the NaN values in data when using faiss?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have tabular data with >100k data points and >20 attributes. The problem is when new user information enters to the system, faiss model should retrieve the most similar users to the query user. However, there are too many missing values in data. At this point, should I use standard imputation techniques(mean, median etc) to replace the NaN values in data when using faiss?
Thanks
The text was updated successfully, but these errors were encountered: