Jan-Hendrik Prinz
Jan-Hendrik Prinz
> I would suggest to use feature trajectories and engine-independent analysis options. Well, I thought about that, but I would not hard code that. A trajectory is already a feature...
Look, all I am saying is that in cases I have seen, the feature trajectories are way larger than the plain trajectories, facter 2 or even more. Reading from disk...
Okay, then we completely agree. Sorry. I think this is practically a must have option, but still an option. It seemed you wanted to have a clear 1. run trajectory...
> featurizer selection (e.g. 'add_all', 'add_backbone_torsion') This is in there now. I think we should cover the usual suspects. If you want something really fancy you can always write your...
This was an example where I hardcoded it. it should be obvious what to change. Unfortunately PyEMMA does not allow to store a feature description in some way. but the...
Sorry for the confusing. It was not planned originally to turn it into a package. I did that to make it easier for you guys. All the additional work including...
I would not add mongodb to the conda requirements, but update the instructions on how to install mongodb using conda. That would be great. Adding it to the requirements would...
Instead of using `worker://` you could also add a new prefix like `root://` which does exactly what you wanted. Just that in theory, all you can ever use is the...
PR #55 addresses the failing example. The README still need to be updated.
Thanks for checking.