gensim.models.LsiModel.save

LsiModel.save(fname, *args, **kwargs)[source]

Save the model to file.

Large internal arrays may be stored into separate files, with fname as prefix.

Note: do not save as a compressed file if you intend to load the file back with mmap.