diff --git a/doc/related_projects.rst b/doc/related_projects.rst index 7c8e007f6b42b..c3f97cd1becd8 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -16,6 +16,11 @@ Other packages useful for data analysis and machine learning. - `sklearn_pandas `_ bridge for scikit-learn pipelines and pandas data frame with dedicated transformers. +- `Scikit-Learn Laboratory + `_ A command-line + wrapper around scikit-learn that makes it easy to run machine learning + experiments with multiple learners and large feature sets. + - `theano `_ A CPU/GPU array processing framework geared towards deep learning research. @@ -26,14 +31,17 @@ Other packages useful for data analysis and machine learning. Extensions and Algorithms ------------------------- -Libraries that provide a scikit-learn like interface and can be used with scikit-learn tools. +Libraries that provide a scikit-learn like interface and can be used with +scikit-learn tools. - `pylearn2 `_ A deep learning and neural network library build on theano with scikit-learn like interface. -- `lightning `_ Fast state-of-the-art linear model solvers (SDCA, AdaGrad, SVRG, SAG, etc...). +- `lightning `_ Fast state-of-the-art + linear model solvers (SDCA, AdaGrad, SVRG, SAG, etc...). -- `Seqlearn `_ Sequence classification using HMMs or structured perceptron. +- `Seqlearn `_ Sequence classification + using HMMs or structured perceptron. - `HMMLearn `_ Implementation of hidden markov models that was previously part of scikit-learn.