Skip to content

fix max function usage on list of feature_weights_list#462

Open
MalekBhz wants to merge 1 commit intointerpretml:mainfrom
MalekBhz:fix-max-function-on-list
Open

fix max function usage on list of feature_weights_list#462
MalekBhz wants to merge 1 commit intointerpretml:mainfrom
MalekBhz:fix-max-function-on-list

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