text-classification-python
text-classification-python copied to clipboard
TypeError: Expected sequence or array-like, got <class 'NoneType'>
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