[Scikit-learn-general] Accessing scikit-learn documentation offline

2013-12-23 Thread Yogesh Karpate
Hi there! This is a bit naive question. I have installed scikit learn, joblib on my fedora machine. By and large, I access the documentation for scikit learn online. But for next few days, I need to work offline, how to access docs offline? -- Warm Regards Yogesh Karpate ---

Re: [Scikit-learn-general] Segmentation fault while running CountVectorizer

2013-12-23 Thread Lars Buitinck
2013/12/21 Lucas Vergeest : > When running it on character 1- to 3-grams, everything goes fine. The same > goes for word 1-grams. (Everything above 1-grams gives the error in this > case) > When the n-gram range gets larger, I get a Segmentation fault. > > I already set the stack size to unlimited.