Louis Huang

Results 2 comments of Louis Huang

I verified the change works with the blow code example: ``` from sklearn.datasets import make_multilabel_classification import pandas as pd import numpy as np n_classes = 5 random_state = 0 X,...

Hi @Yard1 may I ask how to fix the lint test? Seems it still blocks the merge. Thank you!