When I create a MultiLabelBinarizer in Scikit Learn, the labels can be taken from mlb.classes_, if say we want to ingest into a pandas dataframe. By default, i
mlb.classes_