Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
logkeys
A GNU/Linux keylogger that works!
-
backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python. -
xsuspender
👀 💻 💤 🔋 Auto-suspend inactive X11 applications. -
mdx_unimoji
Python-Markdown extension that replaces common smileys with their Unicode emoji emoticons.
-
mindforth
Automatically exported from code.google.com/p/mindforth
-
awesome-links.css
Embellish links on your web page with familiar FontAwesome icons. https://kernc.github.io/awesome-links.css/
15 contributions in 2012 in scikit-learn
Activity in scikit-learn
Contribution activity in scikit-learn
September - December 2012
August 2012
Created a pull request in scikit-learn/scikit-learn that received 27 comments
feature_extraction.text.CountVectorizer analyzer 'char_nospace'
A new in-built analyzer that creates character n-grams but only inside word boundaries, e.g.
'string translation' to 5-grams: ['strin', 'tring', 't…