Andreas Mueller
Andreas Mueller
Hi Roman. Thanks for the PR. I'll try to look into it soon. I recently added the `cut_from_graph` that can get a weight per edge as you said. Having a...
Thanks a lot. I'll try to get it merged on the weekend. Do you use svm-struct for learning? If so, how do you include the submodularity constraint? I am not...
Cool, I didn't know you were using my code. There is actually an option in the n-slack version of my code to add the non-negativity constraint to the QP (there...
Btw, I recently made some changes in the subgradient and n-slack solvers to use mini-batches. In case of the subgradient method the minibatches are of size `n_jobs` (i.e. number of...
Thanks. Unfortunately I currently don't have tests or continuous integration. I'd like to set that up before merging probably, and I'm not sure when I could do that. Would you...
The best thing would be to add a unit test using nose but a small script is also ok.
I think using pip will be the easiest method. Make sure that you're using the pip that belongs to the environment you're executing in. If pip throws any errors, please...
are you sure that the executing environment is the same as the environment that pip installed into? Are you executing a script? If so, try ``which python`` and ``which pip``....
hm that looks ok. what's the output of ``pip install pygco``?
and pygco exists in ``/Users/Shared/miniconda3/envs/myenv/lib/python3.7/site-packages``?