text-classification-python
text-classification-python copied to clipboard
An example of retails products classification using scikit and nltk -
Results
1
text-classification-python issues
Sort by
recently updated
recently updated
newest added
trafficstars
y_pred = cross_val_predict( pipeline, dataset.get('data'), y=dataset.get('target'), cv=10, n_jobs=-1, verbose=20 ) caught error while executing above code in classify.py