skqulacs.save module#
- skqulacs.save.restore(path: Union[str, pathlib.Path]) List[float] [source]#
Load a learning parameter from a pickel file.
When you feed the restored parameter to fresh model, you have to call fit() with restored parameter because input/output scaler of the model is not initialized.
- Parameters
path – File path from which a learning parameter is loaded.