Re: [scikit-learn] Sk-Learn Presentation

2017-06-14 Thread Gael Varoquaux
You're welcome to download and reuse the PDF from any of the presentations that I have given: https://www.slideshare.net/GaelVaroquaux/presentations None of them is an unbiased comprehensive overview of scikit-learn (not sure how much this possible). Gaƫl On Tue, Jun 13, 2017 at 08:55:15PM -0300

Re: [scikit-learn] Documentation proposal

2017-06-14 Thread Jacob Schreiber
Hi Gael Thanks for the work! We are grateful for the work that other people do in providing these types of tutorials and introductions as they lower the barrier of entry for new people to get into machine learning. We generally don't include these in the official sklearn documentation, in no small

Re: [scikit-learn] Help with data parsing (link to stack exchange question)

2017-06-14 Thread Jacob Schreiber
It's unclear to me what exactly you want to do with the classification algorithm. Is your goal to take in a binary data matrix indicating the presence of certain k-mers and predict whether the the present k-mers indicate a susceptible or resistant genome? If so, then you need to convert your sequen

Re: [scikit-learn] Documentation proposal

2017-06-14 Thread Vlad Niculae
Indeed, thank you, Gael! My 2c, not thought through very thoroughly, is that although a "related tutorials" would be great, it would be considerably more of a maintenance burden than scikit-learn-contrib, because docs go staler faster than code. We *could* force all code in the doc to be runnable