msmbuilder
msmbuilder copied to clipboard
:building_construction: Statistical models for biomolecular dynamics :building_construction:
@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...
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 ---->...
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
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....
This could help out with larger datasets?
Could probably be useful.
cc msmbuilder-user mailing list