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

The stored pseudoeigenvalues in SparseTICA are different from those computed for GMRQ scores, so `stica.score_ != stica.score(X_train)`. I think this is because `stica.eigenvalues_` [are computed using deflated versions of the...

Hello, When using SpectralClustering to cluster my data I'm running into an error. Other clusterers seem to work fine. The error is: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last)...

bug
question

could be interesting to add this to msmb: https://github.com/idiap/eakmeans

Hi, I have a large dataset and when I tried to fit my data, I was running into MemoryErrors when building the transition counts matrix. When I looked in the...

see https://en.wikipedia.org/wiki/Robust_measures_of_scale#IQR_and_MAD We can make this an online algorithm fairly easily as shown in this [post](http://stackoverflow.com/questions/1058813/on-line-iterator-algorithms-for-estimating-statistical-median-mode-skewnes)

http://python3statement.github.io/ We should sign this pledge!

question

One of the things that i have been struggling with in everyday work is identifying cross over trajectories that go from one region of phase space to another. Ideally i...

I wanted to gauge what the pros and cons are for using `pandas.DataFrame` objects as attributes rather than `numpy.ndarrays`. Personally, I think the switch would be useful to keep track...

question

https://en.wikipedia.org/wiki/Canonical_link_element In addition to `msmbuilder.org/3.5/msm.html` have `msmbuilder.org/latest/msm.html` and use the canonical tag to point to that one

docs

- [x] Implement feature / fix bug - [x] Add tests - [ ] Update changelog For homo-multi-mers, there's rotational or permutational symmetry. This featurizer takes the minimum distance from...

changelog
tested