MParam.load_csv#

MParam.load_csv(path=None, chunksize=None, dtype=<class 'float'>)[source]#

Load the matrix from an EXPORTED CSV file.

Parameters:
pathstr, optional

Path of the csv file to load.

chunksizeint, optional

If specified, read the csv file in chunks of this size.

Returns:
MParam

The loaded MParam instance.

Added in version 1.0.13: ..