Re: [Scikit-learn-general] Get TF-IDF mapped with associated word vector

2012-05-23 Thread JAGANADH G
On Wed, May 23, 2012 at 10:08 PM, Olivier Grisel wrote: > 2012/5/14 JAGANADH G : > > > > > > On Fri, May 11, 2012 at 3:06 PM, Olivier Grisel < > olivier.gri...@ensta.org> > > wrote: > >> > >> 2012/5/10 JAGANADH G : > >> > Hi all > >> > > >> > Is there any way to get the TF-IDF value mapped with th

Re: [Scikit-learn-general] Get TF-IDF mapped with associated word vector

2012-05-23 Thread Olivier Grisel
2012/5/14 JAGANADH G : > > > On Fri, May 11, 2012 at 3:06 PM, Olivier Grisel > wrote: >> >> 2012/5/10 JAGANADH G : >> > Hi all >> > >> > Is there any way to get the TF-IDF value mapped with the word vector in >> > sklearn. >> > >> > I would like to get output like >> > >> > w1 -> TF-IDF >> > w2 ->

Re: [Scikit-learn-general] Get TF-IDF mapped with associated word vector

2012-05-14 Thread JAGANADH G
On Fri, May 11, 2012 at 3:06 PM, Olivier Grisel wrote: > 2012/5/10 JAGANADH G : > > Hi all > > > > Is there any way to get the TF-IDF value mapped with the word vector in > > sklearn. > > > > I would like to get output like > > > > w1 -> TF-IDF > > w2 -> TF-IDF > > TF is sample-dependent but the I

Re: [Scikit-learn-general] Get TF-IDF mapped with associated word vector

2012-05-11 Thread Olivier Grisel
2012/5/10 JAGANADH G : > Hi all > > Is there any way to get the TF-IDF value mapped with the word vector in > sklearn. > > I would like to get output like > > w1 -> TF-IDF > w2 -> TF-IDF TF is sample-dependent but the IDF weights for each feature index are stored as an array attribute named `idf_`

[Scikit-learn-general] Get TF-IDF mapped with associated word vector

2012-05-10 Thread JAGANADH G
Hi all Is there any way to get the TF-IDF value mapped with the word vector in sklearn. I would like to get output like w1 -> TF-IDF w2 -> TF-IDF . Thanks and regards -- ** JAGANADH G http://jaganadhg.in *ILUGCBE* http://ilugcbe.org.in -