forked from s444420/AL-2020
5 lines
125 B
Python
5 lines
125 B
Python
from sklearn.feature_extraction import FeatureHasher
|
|
from data import create_data_dict
|
|
|
|
data = create_data_dict()
|
|
print(data) |