All Projects → amueller → structured-prediction-workshop

amueller / structured-prediction-workshop

Licence: Unlicense License
Introduction to structured prediction with Python and pystruct

Programming Languages

TeX
3793 projects
Jupyter Notebook
11667 projects

Introduction to structured prediction with Python and pystruct

Installation Instructions

It's recommended to use conda and create a new clean environment for the workshop:

conda create -n structured_prediction
conda activate structured_prediction

Install prerequisits:

conda install scikit-learn matplotlib cvxopt ipykernel nb_conda cython pillow
pip install pyqpbo

Install pystruct from github:

pip install https://github.com/pystruct/pystruct/archive/master.zip

You can find more materials and documenation on the pystruct website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].