AL-2020/Assiging/feature_hashing.py

5 lines
125 B
Python
Raw Normal View History

2020-05-18 19:16:36 +02:00
from sklearn.feature_extraction import FeatureHasher
from data import create_data_dict
2020-05-18 19:16:36 +02:00
data = create_data_dict()
print(data)