Open annaritz opened 4 years ago
git mv <oldname> <newname>
filtered_labels = [label for +--index,label in enumerate(labels) if index not in empty_label_indices]#feature reduction
with error SyntaxError: cannot assign to operator
. I suspect it's the +--
issue.
README.md