test_predict cannot perform fit on this data, says {Exception}Number of user feature rows does not equal the number of users. Probably the problem is that user features do not contain all the users in log. Should investigate what is happening in _feature_table_to_csr. Maybe we should inner join log and features? Oo
test_predict_pairs and test_enrich_with_features probably fail on fit too
test_predict
cannot perform fit on this data, says{Exception}Number of user feature rows does not equal the number of users
. Probably the problem is that user features do not contain all the users in log. Should investigate what is happening in_feature_table_to_csr
. Maybe we should inner join log and features? Ootest_predict_pairs
andtest_enrich_with_features
probably fail on fit too