msmbuilder icon indicating copy to clipboard operation
msmbuilder copied to clipboard

:building_construction: Statistical models for biomolecular dynamics :building_construction:

Results 100 msmbuilder issues
Sort by recently updated
recently updated
newest added

@jchodera reports on pyemma issue that they want to do rmsd clustering but: > @maxentile can't actually cluster our data with MSMBuilder without it throwing a segfault Can you provide...

bug

Where `msm_mdl` is a continuous time MSM, upon running `pcca = PCCAPlus.from_msm(msm_mdl, 3)`, I get: ``` TypeError Traceback (most recent call last) in () 1 from msmbuilder.lumping import PCCAPlus ---->...

bug

Might speed up our workflow for larger datasets: http://arxiv.org/pdf/1502.03167v3.pdf

We can start by: - [x] porting from [sklearn](http://scikit-learn.org/stable/modules/feature_selection.html) - [ ] adding a few from [this resource](http://featureselection.asu.edu/algorithms.php) (esp the decision tree-based approaches) - [ ] implementing [Gradient Boosted Feature...

`GaussianFusionHMM.draw_samples()` does not return `sample_features` as advertised by the docstring

bug

1. The lumping code is missing from the command line API. We should add this feature. 2. We should also add a lumping example to the docs. 3. What about...

We need to be able to get the MAP estimate from the set of models being sampled from posteriors by all the Bayesian models to make the analysis somewhat tractable....

cc msmbuilder-user mailing list