OneHotEncoder
class sklearn.preprocessing.OneHotEncoder(
n_values ='auto',
categorical_features ='all',
dtype = <class'numpy.float64'>,
sparse = True,
handle_unknown ='error' )参数:
属性
方法
Last updated
class sklearn.preprocessing.OneHotEncoder(
n_values ='auto',
categorical_features ='all',
dtype = <class'numpy.float64'>,
sparse = True,
handle_unknown ='error' )Last updated