text-classification
text-classification copied to clipboard
Machine Learning and NLP: Text Classification using python, scikit-learn and NLTK
Would you look into: /.../python3.6/site-packages/sklearn/linear_model/stochastic_gradient.py:117: DeprecationWarning: n_iter parameter is deprecated in 0.19 and will be removed in 0.21. Use max_iter and tol instead. DeprecationWarning) Thanks
I just fixed the DeprecationWarning for n_iter parameter in the notebook file and also in python file. Please review and accept it
URLError Traceback (most recent call last) in 1 from sklearn.datasets import fetch_20newsgroups ----> 2 twenty_train = fetch_20newsgroups(subset='train', shuffle=True) C:\ProgramData\Anaconda3\lib\site-packages\sklearn\datasets\twenty_newsgroups.py in fetch_20newsgroups(data_home, subset, categories, shuffle, random_state, remove, download_if_missing) 246 "This may...
help
is there any way to change the input data and the categories? any help?