TypeError: fit() missing 1 required positional argument: 'y'
TypeError: fit() missing 1 required positional argument: 'y'
forgot the paranthesis "()"
漏掉了 sklearn.preprocessing.LabelEncoder() 的括号
TypeError: fit() missing 1 required positional argument: 'y'
forgot the paranthesis "()"
漏掉了 sklearn.preprocessing.LabelEncoder() 的括号