mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
update to pass tests with community plugins
This commit is contained in:
@@ -31,7 +31,7 @@ pipeline = Pipeline([('cv', count_vec),
|
||||
('clf', clf3)])
|
||||
|
||||
pipeline.fit(X_train, y_train)
|
||||
print('Feature names: {}'.format(count_vec.get_feature_names()))
|
||||
print('Feature names: {}'.format(count_vec.get_feature_names_out()))
|
||||
print('Class count: {}'.format(clf3.class_count_))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user