Olivier Grisel
The goal of this tutorial is to give the attendee a first experience of machine learning tools applied to practical software engineering tasks such as language detection of tweets, topic classification of web pages, sentiment analysis
Olivier GriselCan you please explain , how do u convert categorical feature into number, if u represent blue , red Ā and purple as either 1 or 0, u made all 3 same ( i did not get that really)
Thank-you so much for publishing your lecture. In an attempt to help others … If you copy and paste the url…It displayed the last part of the address as " /2012/community/tu%C2%ADtorials/195/ " for me. Others may want to check this url and remove the " %C2A" to get the correct url with the owrd tutorials intact.
it is not there ! Is there any other link?
I had the same message while running python from the windows terminal. I opened up ipython and didn't do anything different – and it worked like a charm š
Cannot access this either!
For those who cannot open that pycon link, you can get the tutorial archive here – dl.dropbox.com/u/5743203/sklearn/tutorial/sklearn-tutorial.tar.gz
looks like data is not downloaded by default in the tutorial files. using the below worked for me:
fetch_20newsgroups(subset='train', categories=categories, shuffle=True, random_state=42, download_if_missing=True)
great tutorial. thanks for sharing.
when i try to do the text analytics part, it says 'No handlers could be found for logger "sklearn.datasets.twenty_newsgroups".
I downloaded from the webpage in your comments, followed all instructions… and other tutorials work fine. let me know if there's anything i am missing.
thanks,
s
If you paste: us.pycon.org/2012/community/ and then append tuĀtorials/195/ that should work.
You have to retype the link as if you copy it blindly, youtube adds wbr HTML tags that are not visible when pasting it in the URL bar of your browser.
Actually the link us.pycon.org/2012/community/tutorials/195/ works but maybe youtube is inserting additional chars to prevent linking from the comments (for spam and link farms).
Any download mirrors for the tutorial materials? As mentioned, the us.pycon.org/2012/community/tuĀtorials/195/ link is dead.
This is a great talk / tutorial. Unfortunately the link (us.pycon.org/2012/community/tuĀtorials/195/) does not work anymore.
thanks for the link
Here are the tutorial setup instructions along with a link to the downloadable archive with all the material (text, exercises and solutions): us.pycon.org/2012/community/tutorials/195/