Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Audience Segmentation Training Fails #170

Open
chmstimoteo opened this issue Jul 30, 2024 · 0 comments
Open

Auto Audience Segmentation Training Fails #170

chmstimoteo opened this issue Jul 30, 2024 · 0 comments
Labels
known issue This issue cannot be solved by making changes in the code

Comments

@chmstimoteo
Copy link
Collaborator

The Auto Audience Segmentation Training fails and raises:
ValueError: Number of labels is 1. Valid values are 2 to n_samples - 1 (inclusive)

image

Cause: This is due to the lack of variety of user navigation in your website. More precisely, run this query a check the number of rows returned.

SELECT DISTINCT
  * EXCEPT(user_pseudo_id, user_id, feature_timestamp)
FROM
  `auto_audience_segmentation.v_auto_audience_segmentation_training_15` ;
@chmstimoteo chmstimoteo added the known issue This issue cannot be solved by making changes in the code label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known issue This issue cannot be solved by making changes in the code
Projects
None yet
Development

No branches or pull requests

1 participant