Skip to content

Conversation

MalekBhz
Copy link

the code provided converts the feature_weights from dict to list then uses max function on the list
list.max() => incorrect
correct way : max(list)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant