AL-2020/Assiging/feature_hashing.py

7 lines
120 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_sweets
data = create_data_sweets()