Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add seqlearn module for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 20, 2016
1 parent 9ad6f9f commit 59cff0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _doc/sphinxdoc/source/blog/2016/2016-03-19_new_modules.rst
Expand Up @@ -25,6 +25,8 @@

* `pystruct <https://pystruct.github.io/>`_:
learning Structured Prediction in Python.
* `seqlearn <https://github.com/larsmans/seqlearn>`_:
sequence classification toolkit for Python. It is designed to extend scikit-learn and offer as similar as possible an API.
* `py-earth <https://github.com/jcrudy/py-earth>`_:
a Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines algorithm, in the style of scikit-learn.
* `hmmlearn <https://github.com/hmmlearn/hmmlearn>`_:
Expand Down
4 changes: 2 additions & 2 deletions src/pymyinstall/packaged/packaged_config_4_ml.py
Expand Up @@ -404,8 +404,8 @@ def ensae_set():
purpose="Learning Structured Prediction in Python"),
ModuleInstall("py-earth", "wheel", mname="pyearth", usage="ML", source="2",
purpose="A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines algorithm, in the style of scikit-learn."),
# ModuleInstall("seqlearn", "wheel", usage="ML", source="2",
# purpose=""),
ModuleInstall("seqlearn", "wheel", usage="ML", source="2",
purpose="sequence classification toolkit for Python"),
ModuleInstall("hmmlearn", "wheel", usage="ML",
purpose="Hidden Markov Models in Python, with scikit-learn like API"),
ModuleInstall("gplearn", "pip", usage="ML",
Expand Down

0 comments on commit 59cff0d

Please sign in to comment.