Re: [scikit-learn] SVM-RFE

2019-12-02 Thread Andreas Mueller
It does provide the ranking of features in the ranking_ attribute and it provides the cross-validation accuracies for all subsets in grid_scores_. It doesn't provide the feature weights for all subsets, but that's something that would be easy to add if it's desired. On 11/25/19 10:50 AM, Mali

Re: [scikit-learn] scikit-learn twitter account

2019-12-02 Thread Olivier Grisel
Alright, I have configured the new github action for the tweets on @sklearn_commits: https://github.com/scikit-learn/scikit-learn/pull/15758 I tested it from my repo and it worked fine (I deleted the test tweet though). We can do the switch as soon as this PR is merged. -- Olivier _

Re: [scikit-learn] scikit-learn twitter account

2019-12-02 Thread Olivier Grisel
It might actually be possible to use github actions with https://github.com/xorilog/twitter-action for instance. I will try to give it a try with a test repo. -- Olivier ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailm

Re: [scikit-learn] scikit-learn twitter account

2019-12-02 Thread Nicolas Hug
Agreed. Regarding the release tweet, I think we could link to the highlights rather than to the what'snew On 11/30/19 10:19 PM, Gael Varoquaux wrote: Sounds good! As a side note, I hope that the scikit-learn twitter account can be something where we "ask for forgiveness rather than permissio

Re: [scikit-learn] scikit-learn twitter account

2019-12-02 Thread Olivier Grisel
Alright, it seems that I can create twitter apps (and generates API tokens) for the @sklearn_commits account however https://github.com/filearts/tweethook does not work as it relies on a third party webtask,io service that does not accept any new subscription... I am looking for an alternative way