msmbuilder.io.load_generic

msmbuilder.io.load_generic(fn)

Load Python objects, including msmbuilder Estimators.

This is a convenience wrapper around Python’s pickle serialization scheme.

Parameters:

fn : str

Load this file

Returns:

object : object

The object.