Can you show us some of the code you tried?
On Monday, June 26, 2017 at 10:19:46 AM UTC+3, Bhaskar Dhariyal wrote:
> Hi everyone!
>
> I have a dataset which I want to make model trainable. I ahve been trying to
> do some thing for past 2-3 days.
>
> Actually I wanted to clean 'desc' and 'keywo
Hi everyone!
I have a dataset which I want to make model trainable. I ahve been trying to do
some thing for past 2-3 days.
Actually I wanted to clean 'desc' and 'keywords' column from the dataset. I am
using NLTK to vectorize, than remove stopwords & alpha numeric values and do
stemming. More