Add SKLL to Python general purpose section

This commit is contained in:
Dan Blanchard 2014-07-25 14:28:12 -04:00
parent f56e22e472
commit 2fed295c6f
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ on MNIST digits[DEEP LEARNING]
* [breze](https://github.com/breze-no-salt/breze) - Theano based library for deep and recurrent neural networks
* [pyhsmm](https://github.com/mattjj/pyhsmm) - library for approximate unsupervised inference in Bayesian Hidden Markov Models (HMMs) and explicit-duration Hidden semi-Markov Models (HSMMs), focusing on the Bayesian Nonparametric extensions, the HDP-HMM and HDP-HSMM, mostly with weak-limit approximations.
* [mrjob](https://pythonhosted.org/mrjob/) - A library to let Python program run on Hadoop.
* [SKLL](https://github.com/EducationalTestingService/skll) - A wrapper around scikit-learn that makes it simpler to conduct experiments.
<a name="python-data-analysis" />
#### Data Analysis / Data Visualization