-
I miss read the pyStruct docs I
Instead of an adjacency matrix or and edge list
They use two arrays with node indices for each node.
So the features need to be loaded in the right order.
This is r…
-
A quantitative feature
> Capital ratio: the ratio of capital letters among all alphabetic characters in the tweet.
-
```
git clone https://github.com/cvxopt/cvxopt.git
cd cvxopt
python setup.py install
```
results in:
```
running install
running bdist_egg
running egg_info
writing cvxopt.egg-info\PKG-INFO
writing t…
-
Are there any plans to do state and observation labeling? This would improve the readability of results.
example:
``` python
model.predict(['walk', 'shop', 'clean', 'clean', 'shop', 'walk'])
```
-
Removes training of rankSVM, and gives more interpretable weights.
-
Instead of using the kronecker product, use the transition matrices on the individual types of features (popularity, category, neighbourhood, etc)
-
On OSX El Capitan 10.11.3, with pip + scikit-learn + numpy + python, running
`pip install pystruct` throws this error (shortened):
```
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.…
-
There is this fancy script that creates links for all classes and functions in the examples to the documentation.
In scikit-learn that works for classes, in pystruct it doesn't :-/
-
Wrong place
-
To showcase the project in the docs.
Namely structlearn and nilearn for now. Maybe others are using it. We can find by searching github for sphinx gallery.