Yes I can open github pages.
Kind regards, Rahul Ahuja ________________________________ From: scikit-learn <scikit-learn-bounces+rahul.ahuja=live....@python.org> on behalf of scikit-learn-requ...@python.org <scikit-learn-requ...@python.org> Sent: Thursday, July 21, 2016 9:00 PM To: scikit-learn@python.org Subject: scikit-learn Digest, Vol 4, Issue 31 Send scikit-learn mailing list submissions to scikit-learn@python.org To subscribe or unsubscribe via the World Wide Web, visit https://mail.python.org/mailman/listinfo/scikit-learn scikit-learn Info Page - Python<https://mail.python.org/mailman/listinfo/scikit-learn> mail.python.org To see the collection of prior postings to the list, visit the scikit-learn Archives. Using scikit-learn: To post a message to all the list members ... or, via email, send a message with subject or body 'help' to scikit-learn-requ...@python.org You can reach the person managing the list at scikit-learn-ow...@python.org When replying, please edit your Subject line so it is more specific than "Re: Contents of scikit-learn digest..." Today's Topics: 1. sklearn website down in my country Pakistan (Rahul Ahuja) 2. Re: sklearn website down in my country Pakistan (Nelson Liu) 3. How to get the most important features from a RF efficiently (Raphael C) ---------------------------------------------------------------------- Message: 1 Date: Thu, 21 Jul 2016 14:50:55 +0000 From: Rahul Ahuja <rahul.ah...@live.com> To: "scikit-learn@python.org" <scikit-learn@python.org> Subject: [scikit-learn] sklearn website down in my country Pakistan Message-ID: <ps1pr01mb101761eca4dde87e85bb999f98...@ps1pr01mb1017.apcprd01.prod.exchangelabs.com> Content-Type: text/plain; charset="iso-8859-1" Hi there, Sklearn website has been down for couple of days. Please look into it. I reside in Pakistan, Karachi city. Kind regards, Rahul Ahuja -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160721/39b64f34/attachment-0001.html> ------------------------------ Message: 2 Date: Thu, 21 Jul 2016 14:58:04 +0000 From: Nelson Liu <nf...@uw.edu> To: Scikit-learn user and developer mailing list <scikit-learn@python.org> Subject: Re: [scikit-learn] sklearn website down in my country Pakistan Message-ID: <CALoLHMKWoEGEH+Phz7XWQAk1Jk4NaT8LfVoKqrLmgc+=0ta...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hi, If I remember correctly, scikit-learn.org is hosted on GitHub Pages (so the maintainers don't have control over downtime and issues like the one you're having). Can you connect to GitHub, or any site on GitHub Pages? Thanks Nelson On Thu, Jul 21, 2016, 07:52 Rahul Ahuja <rahul.ah...@live.com> wrote: > Hi there, > > > Sklearn website has been down for couple of days. Please look into it. > > > I reside in Pakistan, Karachi city. > > > > > > > Kind regards, > Rahul Ahuja > _______________________________________________ > scikit-learn mailing list > scikit-learn@python.org > https://mail.python.org/mailman/listinfo/scikit-learn > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160721/a12c5d84/attachment-0001.html> ------------------------------ Message: 3 Date: Thu, 21 Jul 2016 16:22:09 +0100 From: Raphael C <drr...@gmail.com> To: Scikit-learn user and developer mailing list <scikit-learn@python.org> Subject: [scikit-learn] How to get the most important features from a RF efficiently Message-ID: <CAFHc1Qb181SQAxdb1=7xtjunldr8jyt7npvctuds3afyww-...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 I have a set of feature vectors associated with binary class labels, each of which has about 40,000 features. I can train a random forest classifier in sklearn which works well. I would however like to see the most important features. I tried simply printing out forest.feature_importances_ but this takes about 1 second per feature making about 40,000 seconds overall. This is much much longer than the time needed to train the classifier in the first place? Is there a more efficient way to find out which features are most important? Raphael On 21 July 2016 at 15:58, Nelson Liu <nf...@uw.edu> wrote: > Hi, > If I remember correctly, scikit-learn.org is hosted on GitHub Pages (so the > maintainers don't have control over downtime and issues like the one you're > having). Can you connect to GitHub, or any site on GitHub Pages? > > Thanks > Nelson > > On Thu, Jul 21, 2016, 07:52 Rahul Ahuja <rahul.ah...@live.com> wrote: >> >> Hi there, >> >> >> Sklearn website has been down for couple of days. Please look into it. >> >> >> I reside in Pakistan, Karachi city. >> >> >> >> >> >> >> Kind regards, >> Rahul Ahuja >> _______________________________________________ >> scikit-learn mailing list >> scikit-learn@python.org >> https://mail.python.org/mailman/listinfo/scikit-learn > > > _______________________________________________ > scikit-learn mailing list > scikit-learn@python.org > https://mail.python.org/mailman/listinfo/scikit-learn > ------------------------------ Subject: Digest Footer _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn ------------------------------ End of scikit-learn Digest, Vol 4, Issue 31 *******************************************
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn