pymchelper.writers.hdf module

class pymchelper.writers.hdf.HdfWriter(filename, options)[source]

Bases: object

Supports writing HDF file format. HDF is designed to store large amounts of data organized in convenient way. One HDF file can handle many single- or multi-dimensional tables.

write(estimator)[source]